Re: [Anjuta-list] add file to project !



Hi!

What do you mean by "stable version"? The latest stable version was
1.2.4a (and I was released two years ago).

Maybe you need to use ./autogen.sh --enable-maintainer-mode but not sure.

Regards,
Johannes

schmirrwurst free fr schrieb:
> I've tried the same with stable version of anjuta, with the same
> result : my file is not compiling with the rest of the project.
> 
> I tried to delete, and readd the file to the project... but nothing !
> I've looked at Makefile.am, the file "Dialog_Make_Image.cc" is in it,
> but not in Makefile ! why ?
> 
> Even if I run configure or configure --enable-maintainer-mode
> 
>       * Makefile.am :
>       * ---------------------------------------------------------------------
> INCLUDES =						\
> 	$(GTKMM_CFLAGS) 				\
> 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
> 	-DGNOME_ICONDIR=\""$(datadir)/pixmaps"\"		
> 
> AM_CFLAGS = -Wall	
> 
> AM_CXXFLAGS = -Wall	
> 
> bin_PROGRAMS = gparted
> 
> gparted_SOURCES = \
> 	Device.cc			\
> 	Dialog_Base_Partition.cc	\
> 	Dialog_Make_Image.cc 		\
> 	Dialog_Disklabel.cc 		\
> 	Dialog_Partition_Copy.cc	\
> 	Dialog_Partition_Info.cc	\
> 	Dialog_Partition_New.cc		\
> 	Dialog_Partition_Resize_Move.cc	\
> 	Dialog_Progress.cc		\
> 	DialogFeatures.cc		\
> 	DialogManageFlags.cc		\
> 	DrawingAreaVisualDisk.cc	\
> 	FileSystem.cc			\
> 	Frame_Resizer_Base.cc		\
> 	Frame_Resizer_Extended.cc	\
> 	GParted_Core.cc			\
> 	HBoxOperations.cc		\
> 	Operation.cc			\
> 	OperationCopy.cc		\
> 	OperationCheck.cc		\
> 	OperationCreate.cc		\
> 	OperationDelete.cc		\
> 	OperationDetail.cc		\
> 	OperationFormat.cc		\
> 	OperationResizeMove.cc		\
> 	Partition.cc			\
> 	TreeView_Detail.cc		\
> 	Utils.cc			\
> 	Win_GParted.cc			\
> 	ext2.cc				\
> 	ext3.cc				\
> 	fat16.cc			\
> 	fat32.cc			\
> 	hfs.cc				\
> 	hfsplus.cc			\
> 	jfs.cc				\
> 	linux_swap.cc			\
> 	main.cc				\
> 	ntfs.cc				\
> 	reiser4.cc 			\
> 	reiserfs.cc			\
> 	ufs.cc				\
> 	xfs.cc                          
> 	
> gparted_LDFLAGS = -lparted -lgthread-2.0 
> 
> gparted_LDADD = $(GTKMM_LIBS)
>       * -----------------------------------------------------------------------------------
>       * Makefile : 
>       * ----------------------------------------------------------------------------------
> # Makefile.in generated by automake 1.7.9 from Makefile.am.
> # src/Makefile.  Generated from Makefile.in by configure.
> 
> # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
> # Free Software Foundation, Inc.
> # This Makefile.in is free software; the Free Software Foundation
> # gives unlimited permission to copy and/or distribute it,
> # with or without modifications, as long as this notice is preserved.
> 
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
> # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
> # PARTICULAR PURPOSE.
> 
> 
> 
> srcdir = .
> top_srcdir = ..
> 
> pkgdatadir = $(datadir)/gparted
> pkglibdir = $(libdir)/gparted
> pkgincludedir = $(includedir)/gparted
> top_builddir = ..
> 
> am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
> INSTALL = /usr/bin/install -c
> install_sh_DATA = $(install_sh) -c -m 644
> install_sh_PROGRAM = $(install_sh) -c
> install_sh_SCRIPT = $(install_sh) -c
> INSTALL_HEADER = $(INSTALL_DATA)
> transform = $(program_transform_name)
> NORMAL_INSTALL = :
> PRE_INSTALL = :
> POST_INSTALL = :
> NORMAL_UNINSTALL = :
> PRE_UNINSTALL = :
> POST_UNINSTALL = :
> host_triplet = i686-pc-linux-gnu
> ACLOCAL = ${SHELL} /home/wsb/Projects/gparted/missing --run aclocal-1.7
> ALL_LINGUAS = ar bg ca cs de dz el en_CA en_GB es fi fr gl he hu it ja
> lt lv mk nb ne nl pa pl pt pt_BR ru rw sl sv tr uk vi zh_CN zh_HK zh_TW
> AMDEP_FALSE = #
> AMDEP_TRUE = 
> AMTAR = ${SHELL} /home/wsb/Projects/gparted/missing --run tar
> AR = ar
> AUTOCONF = ${SHELL} /home/wsb/Projects/gparted/missing --run autoconf
> AUTOHEADER = ${SHELL} /home/wsb/Projects/gparted/missing --run
> autoheader
> AUTOMAKE = ${SHELL} /home/wsb/Projects/gparted/missing --run
> automake-1.7
> AWK = mawk
> CATALOGS =  ar.gmo bg.gmo ca.gmo cs.gmo de.gmo dz.gmo el.gmo en_CA.gmo
> en_GB.gmo es.gmo fi.gmo fr.gmo gl.gmo he.gmo hu.gmo it.gmo ja.gmo lt.gmo
> lv.gmo mk.gmo nb.gmo ne.gmo nl.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo
> rw.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo
> CATOBJEXT = .gmo
> CC = gcc
> CCDEPMODE = depmode=gcc3
> CFLAGS = -g -O2
> CPP = gcc -E
> CPPFLAGS = 
> CXX = g++
> CXXCPP = g++ -E
> CXXDEPMODE = depmode=gcc3
> CXXFLAGS = -g -O2
> CYGPATH_W = echo
> DATADIRNAME = share
> DEFS = -DHAVE_CONFIG_H
> DEPDIR = .deps
> ECHO = echo
> ECHO_C = 
> ECHO_N = -n
> ECHO_T = 
> EGREP = /bin/grep -E
> EXEEXT = 
> F77 = 
> FFLAGS = 
> GETTEXT_PACKAGE = gparted
> GMOFILES =  ar.gmo bg.gmo ca.gmo cs.gmo de.gmo dz.gmo el.gmo en_CA.gmo
> en_GB.gmo es.gmo fi.gmo fr.gmo gl.gmo he.gmo hu.gmo it.gmo ja.gmo lt.gmo
> lv.gmo mk.gmo nb.gmo ne.gmo nl.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo
> rw.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo
> GMSGFMT = /usr/bin/msgfmt
> GREP = /bin/grep
> GTKMM_CFLAGS = -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6
> -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc
> ++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0
> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2
> -I/usr/include/libpng12 -I/usr/include/atk-1.0  
> GTKMM_LIBS = -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0
> -lpangomm-1.4 -lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0
> -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext
> -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0
> -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
> INSTALL_DATA = ${INSTALL} -m 644
> INSTALL_PROGRAM = ${INSTALL}
> INSTALL_SCRIPT = ${INSTALL}
> INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
> INSTOBJEXT = .mo
> INTLLIBS = 
> INTLTOOL_CAVES_RULE = %.caves:     %.caves.in     $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_DESKTOP_RULE = %.desktop:   %.desktop.in   $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_EXTRACT = $(top_builddir)/intltool-extract
> INTLTOOL_ICONV = /usr/bin/iconv
> INTLTOOL_KBD_RULE = %.kbd:       %.kbd.in       $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m
> -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_KEYS_RULE = %.keys:      %.keys.in      $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_MERGE = $(top_builddir)/intltool-merge
> INTLTOOL_MSGFMT = /usr/bin/msgfmt
> INTLTOOL_MSGMERGE = /usr/bin/msgmerge
> INTLTOOL_OAF_RULE = %.oaf:       %.oaf.in       $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p
> $(top_srcdir)/po $< $@
> INTLTOOL_PERL = /usr/bin/perl
> INTLTOOL_PONG_RULE = %.pong:      %.pong.in      $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_PROP_RULE = %.prop:      %.prop.in      $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_SCHEMAS_RULE = %.schemas:   %.schemas.in   $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_SERVER_RULE = %.server:    %.server.in    $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_SERVICE_RULE = %.service: %.service.in   $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_SHEET_RULE = %.sheet:     %.sheet.in     $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_THEME_RULE = %.theme:     %.theme.in     $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_UI_RULE = %.ui:        %.ui.in        $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_UPDATE = $(top_builddir)/intltool-update
> INTLTOOL_XAM_RULE = %.xam:       %.xml.in       $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> INTLTOOL_XGETTEXT = /usr/bin/xgettext
> INTLTOOL_XML_NOMERGE_RULE = %.xml:       %.xml.in
> $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
> INTLTOOL_XML_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE)
> $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c
> $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
> LDFLAGS = 
> LIBOBJS = 
> LIBS = -ldl -luuid 
> LIBTOOL = $(SHELL) $(top_builddir)/libtool
> LN_S = ln -s
> LTLIBOBJS = 
> MAINT = #
> MAINTAINER_MODE_FALSE = 
> MAINTAINER_MODE_TRUE = #
> MAKEINFO = ${SHELL} /home/wsb/Projects/gparted/missing --run makeinfo
> MKINSTALLDIRS = ./mkinstalldirs
> MSGFMT = /usr/bin/msgfmt
> OBJEXT = o
> PACKAGE = gparted
> PACKAGE_BUGREPORT = 
> PACKAGE_NAME = gparted
> PACKAGE_STRING = gparted 0.3.3
> PACKAGE_TARNAME = gparted
> PACKAGE_VERSION = 0.3.3
> PATH_SEPARATOR = :
> PKG_CONFIG = /usr/bin/pkg-config
> POFILES =  ar.po bg.po ca.po cs.po de.po dz.po el.po en_CA.po en_GB.po
> es.po fi.po fr.po gl.po he.po hu.po it.po ja.po lt.po lv.po mk.po nb.po
> ne.po nl.po pa.po pl.po pt.po pt_BR.po ru.po rw.po sl.po sv.po tr.po
> uk.po vi.po zh_CN.po zh_HK.po zh_TW.po
> POSUB = po
> PO_IN_DATADIR_FALSE = 
> PO_IN_DATADIR_TRUE = 
> RANLIB = ranlib
> SET_MAKE = 
> SHELL = /bin/bash
> STRIP = strip
> USE_NLS = yes
> VERSION = 0.3.3
> XGETTEXT = /usr/bin/xgettext
> ac_ct_CC = gcc
> ac_ct_CXX = g++
> ac_ct_F77 = 
> am__fastdepCC_FALSE = #
> am__fastdepCC_TRUE = 
> am__fastdepCXX_FALSE = #
> am__fastdepCXX_TRUE = 
> am__include = include
> am__leading_dot = .
> am__quote = 
> bindir = ${exec_prefix}/bin
> build = i686-pc-linux-gnu
> build_alias = 
> build_cpu = i686
> build_os = linux-gnu
> build_vendor = pc
> datadir = ${datarootdir}
> datarootdir = ${prefix}/share
> docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
> dvidir = ${docdir}
> exec_prefix = ${prefix}
> host = i686-pc-linux-gnu
> host_alias = 
> host_cpu = i686
> host_os = linux-gnu
> host_vendor = pc
> htmldir = ${docdir}
> includedir = ${prefix}/include
> infodir = ${datarootdir}/info
> install_sh = /home/wsb/Projects/gparted/install-sh
> libdir = ${exec_prefix}/lib
> libexecdir = ${exec_prefix}/libexec
> localedir = ${datarootdir}/locale
> localstatedir = ${prefix}/var
> mandir = ${datarootdir}/man
> oldincludedir = /usr/include
> pdfdir = ${docdir}
> prefix = /usr/local
> program_transform_name = s,x,x,
> psdir = ${docdir}
> sbindir = ${exec_prefix}/sbin
> sharedstatedir = ${prefix}/com
> sysconfdir = ${prefix}/etc
> target_alias = 
> INCLUDES = \
> 	$(GTKMM_CFLAGS) 				\
> 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
> 	-DGNOME_ICONDIR=\""$(datadir)/pixmaps"\"		
> 
> 
> AM_CFLAGS = -Wall	
> 
> AM_CXXFLAGS = -Wall	
> 
> bin_PROGRAMS = gparted
> 
> gparted_SOURCES = \
> 	Device.cc			\
> 	Dialog_Base_Partition.cc	\
> 	Dialog_Disklabel.cc 		\
> 	Dialog_Partition_Copy.cc	\
> 	Dialog_Partition_Info.cc	\
> 	Dialog_Partition_New.cc		\
> 	Dialog_Partition_Resize_Move.cc	\
> 	Dialog_Progress.cc		\
> 	DialogFeatures.cc		\
> 	DialogManageFlags.cc		\
> 	DrawingAreaVisualDisk.cc	\
> 	FileSystem.cc			\
> 	Frame_Resizer_Base.cc		\
> 	Frame_Resizer_Extended.cc	\
> 	GParted_Core.cc			\
> 	HBoxOperations.cc		\
> 	Operation.cc			\
> 	OperationCopy.cc		\
> 	OperationCheck.cc		\
> 	OperationCreate.cc		\
> 	OperationDelete.cc		\
> 	OperationDetail.cc		\
> 	OperationFormat.cc		\
> 	OperationResizeMove.cc		\
> 	Partition.cc			\
> 	TreeView_Detail.cc		\
> 	Utils.cc			\
> 	Win_GParted.cc			\
> 	ext2.cc				\
> 	ext3.cc				\
> 	fat16.cc			\
> 	fat32.cc			\
> 	hfs.cc				\
> 	hfsplus.cc			\
> 	jfs.cc				\
> 	linux_swap.cc			\
> 	main.cc				\
> 	ntfs.cc				\
> 	reiser4.cc 			\
> 	reiserfs.cc			\
> 	ufs.cc				\
> 	xfs.cc
> 
> 
> gparted_LDFLAGS = -lparted -lgthread-2.0 
> 
> gparted_LDADD = $(GTKMM_LIBS)
> subdir = src
> ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
> mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
> CONFIG_HEADER = $(top_builddir)/config.h
> CONFIG_CLEAN_FILES =
> bin_PROGRAMS = gparted$(EXEEXT)
> PROGRAMS = $(bin_PROGRAMS)
> 
> am_gparted_OBJECTS = Device.$(OBJEXT) Dialog_Base_Partition.$(OBJEXT) \
> 	Dialog_Disklabel.$(OBJEXT) Dialog_Partition_Copy.$(OBJEXT) \
> 	Dialog_Partition_Info.$(OBJEXT) Dialog_Partition_New.$(OBJEXT) \
> 	Dialog_Partition_Resize_Move.$(OBJEXT) \
> 	Dialog_Progress.$(OBJEXT) DialogFeatures.$(OBJEXT) \
> 	DialogManageFlags.$(OBJEXT) DrawingAreaVisualDisk.$(OBJEXT) \
> 	FileSystem.$(OBJEXT) Frame_Resizer_Base.$(OBJEXT) \
> 	Frame_Resizer_Extended.$(OBJEXT) GParted_Core.$(OBJEXT) \
> 	HBoxOperations.$(OBJEXT) Operation.$(OBJEXT) \
> 	OperationCopy.$(OBJEXT) OperationCheck.$(OBJEXT) \
> 	OperationCreate.$(OBJEXT) OperationDelete.$(OBJEXT) \
> 	OperationDetail.$(OBJEXT) OperationFormat.$(OBJEXT) \
> 	OperationResizeMove.$(OBJEXT) Partition.$(OBJEXT) \
> 	TreeView_Detail.$(OBJEXT) Utils.$(OBJEXT) Win_GParted.$(OBJEXT) \
> 	ext2.$(OBJEXT) ext3.$(OBJEXT) fat16.$(OBJEXT) fat32.$(OBJEXT) \
> 	hfs.$(OBJEXT) hfsplus.$(OBJEXT) jfs.$(OBJEXT) \
> 	linux_swap.$(OBJEXT) main.$(OBJEXT) ntfs.$(OBJEXT) \
> 	reiser4.$(OBJEXT) reiserfs.$(OBJEXT) ufs.$(OBJEXT) \
> 	xfs.$(OBJEXT)
> gparted_OBJECTS = $(am_gparted_OBJECTS)
> gparted_DEPENDENCIES =
> 
> DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
> depcomp = $(SHELL) $(top_srcdir)/depcomp
> am__depfiles_maybe = depfiles
> DEP_FILES = ./$(DEPDIR)/Device.Po \
> 	./$(DEPDIR)/DialogFeatures.Po \
> 	./$(DEPDIR)/DialogManageFlags.Po \
> 	./$(DEPDIR)/Dialog_Base_Partition.Po \
> 	./$(DEPDIR)/Dialog_Disklabel.Po \
> 	./$(DEPDIR)/Dialog_Partition_Copy.Po \
> 	./$(DEPDIR)/Dialog_Partition_Info.Po \
> 	./$(DEPDIR)/Dialog_Partition_New.Po \
> 	./$(DEPDIR)/Dialog_Partition_Resize_Move.Po \
> 	./$(DEPDIR)/Dialog_Progress.Po \
> 	./$(DEPDIR)/DrawingAreaVisualDisk.Po \
> 	./$(DEPDIR)/FileSystem.Po \
> 	./$(DEPDIR)/Frame_Resizer_Base.Po \
> 	./$(DEPDIR)/Frame_Resizer_Extended.Po \
> 	./$(DEPDIR)/GParted_Core.Po \
> 	./$(DEPDIR)/HBoxOperations.Po \
> 	./$(DEPDIR)/Operation.Po \
> 	./$(DEPDIR)/OperationCheck.Po \
> 	./$(DEPDIR)/OperationCopy.Po \
> 	./$(DEPDIR)/OperationCreate.Po \
> 	./$(DEPDIR)/OperationDelete.Po \
> 	./$(DEPDIR)/OperationDetail.Po \
> 	./$(DEPDIR)/OperationFormat.Po \
> 	./$(DEPDIR)/OperationResizeMove.Po \
> 	./$(DEPDIR)/Partition.Po \
> 	./$(DEPDIR)/TreeView_Detail.Po ./$(DEPDIR)/Utils.Po \
> 	./$(DEPDIR)/Win_GParted.Po ./$(DEPDIR)/ext2.Po \
> 	./$(DEPDIR)/ext3.Po ./$(DEPDIR)/fat16.Po \
> 	./$(DEPDIR)/fat32.Po ./$(DEPDIR)/hfs.Po \
> 	./$(DEPDIR)/hfsplus.Po ./$(DEPDIR)/jfs.Po \
> 	./$(DEPDIR)/linux_swap.Po ./$(DEPDIR)/main.Po \
> 	./$(DEPDIR)/ntfs.Po ./$(DEPDIR)/reiser4.Po \
> 	./$(DEPDIR)/reiserfs.Po ./$(DEPDIR)/ufs.Po \
> 	./$(DEPDIR)/xfs.Po
> CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
> 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
> LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
> 	$(AM_CXXFLAGS) $(CXXFLAGS)
> CXXLD = $(CXX)
> CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
> 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
> DIST_SOURCES = $(gparted_SOURCES)
> DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
> SOURCES = $(gparted_SOURCES)
> 
> all: all-am
> 
> .SUFFIXES:
> .SUFFIXES: .cc .lo .o .obj
> $(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in
> $(ACLOCAL_M4)
> 	cd $(top_srcdir) && \
> 	  $(AUTOMAKE) --gnu  src/Makefile
> Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
> 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
> $(am__depfiles_maybe)
> binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
> install-binPROGRAMS: $(bin_PROGRAMS)
> 	@$(NORMAL_INSTALL)
> 	$(mkinstalldirs) $(DESTDIR)$(bindir)
> 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
> 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
> 	  if test -f $$p \
> 	     || test -f $$p1 \
> 	  ; then \
> 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
> 	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install
> $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
> 	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install
> $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
> 	  else :; fi; \
> 	done
> 
> uninstall-binPROGRAMS:
> 	@$(NORMAL_UNINSTALL)
> 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
> 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;
> $(transform);s/$$/$(EXEEXT)/'`; \
> 	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
> 	  rm -f $(DESTDIR)$(bindir)/$$f; \
> 	done
> 
> clean-binPROGRAMS:
> 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
> 	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
> 	  echo " rm -f $$p $$f"; \
> 	  rm -f $$p $$f ; \
> 	done
> gparted$(EXEEXT): $(gparted_OBJECTS) $(gparted_DEPENDENCIES) 
> 	@rm -f gparted$(EXEEXT)
> 	$(CXXLINK) $(gparted_LDFLAGS) $(gparted_OBJECTS) $(gparted_LDADD)
> $(LIBS)
> 
> mostlyclean-compile:
> 	-rm -f *.$(OBJEXT) core *.core
> 
> distclean-compile:
> 	-rm -f *.tab.c
> 
> include ./$(DEPDIR)/Device.Po
> include ./$(DEPDIR)/DialogFeatures.Po
> include ./$(DEPDIR)/DialogManageFlags.Po
> include ./$(DEPDIR)/Dialog_Base_Partition.Po
> include ./$(DEPDIR)/Dialog_Disklabel.Po
> include ./$(DEPDIR)/Dialog_Partition_Copy.Po
> include ./$(DEPDIR)/Dialog_Partition_Info.Po
> include ./$(DEPDIR)/Dialog_Partition_New.Po
> include ./$(DEPDIR)/Dialog_Partition_Resize_Move.Po
> include ./$(DEPDIR)/Dialog_Progress.Po
> include ./$(DEPDIR)/DrawingAreaVisualDisk.Po
> include ./$(DEPDIR)/FileSystem.Po
> include ./$(DEPDIR)/Frame_Resizer_Base.Po
> include ./$(DEPDIR)/Frame_Resizer_Extended.Po
> include ./$(DEPDIR)/GParted_Core.Po
> include ./$(DEPDIR)/HBoxOperations.Po
> include ./$(DEPDIR)/Operation.Po
> include ./$(DEPDIR)/OperationCheck.Po
> include ./$(DEPDIR)/OperationCopy.Po
> include ./$(DEPDIR)/OperationCreate.Po
> include ./$(DEPDIR)/OperationDelete.Po
> include ./$(DEPDIR)/OperationDetail.Po
> include ./$(DEPDIR)/OperationFormat.Po
> include ./$(DEPDIR)/OperationResizeMove.Po
> include ./$(DEPDIR)/Partition.Po
> include ./$(DEPDIR)/TreeView_Detail.Po
> include ./$(DEPDIR)/Utils.Po
> include ./$(DEPDIR)/Win_GParted.Po
> include ./$(DEPDIR)/ext2.Po
> include ./$(DEPDIR)/ext3.Po
> include ./$(DEPDIR)/fat16.Po
> include ./$(DEPDIR)/fat32.Po
> include ./$(DEPDIR)/hfs.Po
> include ./$(DEPDIR)/hfsplus.Po
> include ./$(DEPDIR)/jfs.Po
> include ./$(DEPDIR)/linux_swap.Po
> include ./$(DEPDIR)/main.Po
> include ./$(DEPDIR)/ntfs.Po
> include ./$(DEPDIR)/reiser4.Po
> include ./$(DEPDIR)/reiserfs.Po
> include ./$(DEPDIR)/ufs.Po
> include ./$(DEPDIR)/xfs.Po
> 
> .cc.o:
> 	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
> 	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
> 	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
> 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
> 	fi
> #	source='$<' object='$@' libtool=no \
> #	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
> #	$(CXXDEPMODE) $(depcomp) \
> #	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
> 
> .cc.obj:
> 	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
> 	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W)
> '$(srcdir)/$<'; fi`; \
> 	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
> 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
> 	fi
> #	source='$<' object='$@' libtool=no \
> #	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
> #	$(CXXDEPMODE) $(depcomp) \
> #	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else
> $(CYGPATH_W) '$(srcdir)/$<'; fi`
> 
> .cc.lo:
> 	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
> 	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
> 	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
> 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
> 	fi
> #	source='$<' object='$@' libtool=yes \
> #	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
> #	$(CXXDEPMODE) $(depcomp) \
> #	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
> 
> mostlyclean-libtool:
> 	-rm -f *.lo
> 
> clean-libtool:
> 	-rm -rf .libs _libs
> 
> distclean-libtool:
> 	-rm -f libtool
> uninstall-info-am:
> 
> ETAGS = etags
> ETAGSFLAGS =
> 
> CTAGS = ctags
> CTAGSFLAGS =
> 
> tags: TAGS
> 
> ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
> 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
> 	unique=`for i in $$list; do \
> 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
> 	  done | \
> 	  $(AWK) '    { files[$$0] = 1; } \
> 	       END { for (i in files) print i; }'`; \
> 	mkid -fID $$unique
> 
> TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
> 		$(TAGS_FILES) $(LISP)
> 	tags=; \
> 	here=`pwd`; \
> 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
> 	unique=`for i in $$list; do \
> 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
> 	  done | \
> 	  $(AWK) '    { files[$$0] = 1; } \
> 	       END { for (i in files) print i; }'`; \
> 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
> 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
> 	     $$tags $$unique
> 
> ctags: CTAGS
> CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
> 		$(TAGS_FILES) $(LISP)
> 	tags=; \
> 	here=`pwd`; \
> 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
> 	unique=`for i in $$list; do \
> 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
> 	  done | \
> 	  $(AWK) '    { files[$$0] = 1; } \
> 	       END { for (i in files) print i; }'`; \
> 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
> 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
> 	     $$tags $$unique
> 
> GTAGS:
> 	here=`$(am__cd) $(top_builddir) && pwd` \
> 	  && cd $(top_srcdir) \
> 	  && gtags -i $(GTAGS_ARGS) $$here
> 
> distclean-tags:
> 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
> 
> top_distdir = ..
> distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
> 
> distdir: $(DISTFILES)
> 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
> 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
> 	list='$(DISTFILES)'; for file in $$list; do \
> 	  case $$file in \
> 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
> 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|
> $(top_builddir)/|"`;; \
> 	  esac; \
> 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi;
> \
> 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
> 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
> 	    dir="/$$dir"; \
> 	    $(mkinstalldirs) "$(distdir)$$dir"; \
> 	  else \
> 	    dir=''; \
> 	  fi; \
> 	  if test -d $$d/$$file; then \
> 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
> 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
> 	    fi; \
> 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
> 	  else \
> 	    test -f $(distdir)/$$file \
> 	    || cp -p $$d/$$file $(distdir)/$$file \
> 	    || exit 1; \
> 	  fi; \
> 	done
> check-am: all-am
> check: check-am
> all-am: Makefile $(PROGRAMS)
> 
> installdirs:
> 	$(mkinstalldirs) $(DESTDIR)$(bindir)
> install: install-am
> install-exec: install-exec-am
> install-data: install-data-am
> uninstall: uninstall-am
> 
> install-am: all-am
> 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
> 
> installcheck: installcheck-am
> install-strip:
> 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
> 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
> 	  `test -z '$(STRIP)' || \
> 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
> mostlyclean-generic:
> 
> clean-generic:
> 
> distclean-generic:
> 	-rm -f $(CONFIG_CLEAN_FILES)
> 
> maintainer-clean-generic:
> 	@echo "This command is intended for maintainers to use"
> 	@echo "it deletes files that may require special tools to rebuild."
> clean: clean-am
> 
> clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
> 
> distclean: distclean-am
> 	-rm -rf ./$(DEPDIR)
> 	-rm -f Makefile
> distclean-am: clean-am distclean-compile distclean-generic \
> 	distclean-libtool distclean-tags
> 
> dvi: dvi-am
> 
> dvi-am:
> 
> info: info-am
> 
> info-am:
> 
> install-data-am:
> 
> install-exec-am: install-binPROGRAMS
> 
> install-info: install-info-am
> 
> install-man:
> 
> installcheck-am:
> 
> maintainer-clean: maintainer-clean-am
> 	-rm -rf ./$(DEPDIR)
> 	-rm -f Makefile
> maintainer-clean-am: distclean-am maintainer-clean-generic
> 
> mostlyclean: mostlyclean-am
> 
> mostlyclean-am: mostlyclean-compile mostlyclean-generic \
> 	mostlyclean-libtool
> 
> pdf: pdf-am
> 
> pdf-am:
> 
> ps: ps-am
> 
> ps-am:
> 
> uninstall-am: uninstall-binPROGRAMS uninstall-info-am
> 
> .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
> 	clean-generic clean-libtool ctags distclean distclean-compile \
> 	distclean-generic distclean-libtool distclean-tags distdir dvi \
> 	dvi-am info info-am install install-am install-binPROGRAMS \
> 	install-data install-data-am install-exec install-exec-am \
> 	install-info install-info-am install-man install-strip \
> 	installcheck installcheck-am installdirs maintainer-clean \
> 	maintainer-clean-generic mostlyclean mostlyclean-compile \
> 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
> 	tags uninstall uninstall-am uninstall-binPROGRAMS \
> 	uninstall-info-am
> 
> # Tell versions [3.59,3.63) of GNU make to not export all variables.
> # Otherwise a system limit (for SysV at least) may be exceeded.
> .NOEXPORT:
> -------------------------------------------------------------------------------------------
> 
> 
> 
> Le mardi 27 mars 2007 à 16:21 +0200, Johannes Schmid a écrit :
>> Hi!
>>
>>> "Can't add source: Unable to update project
>>> Unimplemented target type writer"
>> This means: "Dude, you are using beta software and someone did not find
>> that feature as important that he wanted to implement it - sorry"
>>
>> So, this is a bug! Sorry! But please file it at bugzilla.gnome.org,
>> product: gnome-build, category: libgbf_am and provide as much
>> information about your project as possible (probably attaching the
>> Makefile.am of the include directory). We will try to have a look at it
>> and fix it but for now it will not work.
>>
>> Thanks,
>> Johannes
>>
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]