Upgrade to 0.1.7
This commit is contained in:
parent
560dc61d67
commit
175b6c23df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46775
14 changed files with 86 additions and 146 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= anjuta
|
||||
PORTVERSION= 0.1.6
|
||||
PORTVERSION= 0.1.7
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= anjuta
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (anjuta-0.1.6.tar.gz) = f9e57f1dc990425dfbc91840c539366c
|
||||
MD5 (anjuta-0.1.7.tar.gz) = 2d518592ced3d548d37a73e5f6285af4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- configure.orig Sun Aug 12 11:02:48 2001
|
||||
+++ configure Sun Aug 12 11:10:02 2001
|
||||
--- configure.orig Fri Aug 24 12:34:57 2001
|
||||
+++ configure Fri Aug 24 12:35:13 2001
|
||||
@@ -8,6 +8,7 @@
|
||||
# gives unlimited permission to copy, distribute and modify it.
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
ac_help=
|
||||
ac_default_prefix=/usr/local
|
||||
# Any additions from configure.in:
|
||||
@@ -4631,12 +4632,10 @@
|
||||
@@ -4812,12 +4813,10 @@
|
||||
intl/Makefile
|
||||
po/Makefile.in
|
||||
macros/Makefile
|
||||
|
@ -21,7 +21,7 @@
|
|||
manuals/C/Makefile
|
||||
manuals/C/anjuta-manual/Makefile
|
||||
manuals/C/anjuta-faqs/Makefile
|
||||
@@ -4729,6 +4728,7 @@
|
||||
@@ -4906,6 +4905,7 @@
|
||||
s%@GNOME_CAPPLET_LIBS@%$GNOME_CAPPLET_LIBS%g
|
||||
s%@cflags_set@%$cflags_set%g
|
||||
s%@GTK_CONFIG@%$GTK_CONFIG%g
|
||||
|
@ -29,7 +29,7 @@
|
|||
s%@GTK_CFLAGS@%$GTK_CFLAGS%g
|
||||
s%@GTK_LIBS@%$GTK_LIBS%g
|
||||
s%@XPM_LIBS@%$XPM_LIBS%g
|
||||
@@ -4820,12 +4820,10 @@
|
||||
@@ -4997,12 +4997,10 @@
|
||||
intl/Makefile
|
||||
po/Makefile.in
|
||||
macros/Makefile
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- macros/Makefile.in.orig Sat Mar 31 18:51:20 2001
|
||||
+++ macros/Makefile.in Sat Mar 31 18:51:11 2001
|
||||
@@ -189,7 +189,7 @@
|
||||
install-exec-am:
|
||||
install-exec: install-exec-am
|
||||
|
||||
-install-data-am: install-gnome_aclocalDATA
|
||||
+install-data-am:
|
||||
install-data: install-data-am
|
||||
|
||||
install-am: all-am
|
|
@ -1,20 +0,0 @@
|
|||
--- po/Makefile.in.in.orig Tue Aug 7 01:13:27 2001
|
||||
+++ po/Makefile.in.in Sun Aug 12 12:07:12 2001
|
||||
@@ -20,7 +20,7 @@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
-localedir = $(datadir)/locale
|
||||
+localedir = $(prefix)/share/locale
|
||||
gettextsrcdir = $(datadir)/gettext/po
|
||||
subdir = po
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
|
||||
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
|
||||
dir=$(localedir)/$$lang/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $(DESTDIR)$$dir; \
|
||||
if test -r $$cat; then \
|
|
@ -1,11 +1,11 @@
|
|||
--- src/Makefile.in.orig Sun Aug 12 11:11:42 2001
|
||||
+++ src/Makefile.in Sun Aug 12 11:15:59 2001
|
||||
--- src/Makefile.in.orig Fri Aug 24 12:05:50 2001
|
||||
+++ src/Makefile.in Fri Aug 24 12:09:03 2001
|
||||
@@ -128,7 +128,7 @@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
l = @l@
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(srcdir)/../scintilla/include -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O1 -g
|
||||
+INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(prefix)/include/scintilla -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O1 -g
|
||||
+INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(prefix)/include/scintilla -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes
|
||||
|
||||
|
||||
bin_PROGRAMS = anjuta
|
||||
|
@ -43,10 +43,10 @@
|
|||
- ../scintilla/include/ScintillaWidget.h \
|
||||
- ../scintilla/include/SciLexer.h lexer.h properties.h aneditor.h
|
||||
+aneditor.o: aneditor.cxx ../config.h lexer.h properties.h aneditor.h
|
||||
anjuta.o: anjuta.c ../config.h text_editor.h global.h text_editor_menu.h \
|
||||
preferences.h properties.h aneditor.h anjuta.h toolbar.h \
|
||||
messagebox.h compiler_options.h src_paths.h find_replace.h \
|
||||
@@ -313,9 +303,7 @@
|
||||
anjuta_cbs.o: anjuta_cbs.c ../config.h text_editor.h global.h \
|
||||
text_editor_menu.h preferences.h properties.h aneditor.h \
|
||||
anjuta.h toolbar.h messagebox.h compiler_options.h src_paths.h \
|
||||
@@ -333,9 +323,7 @@
|
||||
anjuta_dirs.h executer.h configurer.h utilities.h \
|
||||
main_menubar.h help.h fileselection.h resources.h launcher.h \
|
||||
debugger.h watch.h registers.h stack_trace.h signals.h \
|
||||
|
@ -54,9 +54,9 @@
|
|||
- ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/ScintillaWidget.h
|
||||
+ sharedlib.h attach_process.h controls.h anjuta_info.h
|
||||
anjuta_cbs.o: anjuta_cbs.c ../config.h text_editor.h global.h \
|
||||
text_editor_menu.h preferences.h properties.h aneditor.h \
|
||||
anjuta.h toolbar.h messagebox.h compiler_options.h src_paths.h \
|
||||
appwizard_cbs.o: appwizard_cbs.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
@@ -501,8 +489,7 @@
|
||||
find_text.h find_in_files.h messages.h project_dbase.h \
|
||||
tags_manager.h project_config.h commands.h anjuta_dirs.h \
|
||||
|
@ -78,39 +78,27 @@
|
|||
find_text.o: find_text.c ../config.h anjuta.h toolbar.h text_editor.h \
|
||||
global.h text_editor_menu.h preferences.h properties.h \
|
||||
aneditor.h messagebox.h compiler_options.h src_paths.h \
|
||||
@@ -629,8 +614,7 @@
|
||||
@@ -622,8 +607,7 @@
|
||||
compile.h launcher.h appwizard.h debugger.h watch.h registers.h \
|
||||
stack_trace.h signals.h sharedlib.h attach_process.h \
|
||||
breakpoints_cbs.h goto_line.h resources.h controls.h \
|
||||
- signals_cbs.h watch_cbs.h ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/ScintillaWidget.h
|
||||
+ signals_cbs.h watch_cbs.h
|
||||
messagebox.o: messagebox.c ../config.h text_editor.h global.h \
|
||||
text_editor_menu.h preferences.h properties.h aneditor.h \
|
||||
mainmenu_callbacks.h messagebox.h resources.h
|
||||
main.o: main.c ../config.h splash.h anjuta.h toolbar.h text_editor.h \
|
||||
global.h text_editor_menu.h preferences.h properties.h \
|
||||
aneditor.h messagebox.h compiler_options.h src_paths.h \
|
||||
@@ -685,8 +669,7 @@
|
||||
project_config.h commands.h breakpoints.h anjuta_dirs.h \
|
||||
executer.h configurer.h utilities.h main_menubar.h help.h \
|
||||
resources.h fileselection.h
|
||||
../pixmaps/file_cpp.xpm ../pixmaps/file_h.xpm \
|
||||
../pixmaps/file_pix.xpm ../pixmaps/file_icon.xpm \
|
||||
../pixmaps/file_html.xpm ../pixmaps/file_i18n.xpm
|
||||
-properties.o: properties.cxx ../scintilla/include/PropSet.h \
|
||||
- ../scintilla/include/SString.h properties.h
|
||||
+properties.o: properties.cxx properties.h
|
||||
registers.o: registers.c ../config.h resources.h debugger.h global.h \
|
||||
breakpoints.h properties.h text_editor.h text_editor_menu.h \
|
||||
preferences.h aneditor.h watch.h registers.h stack_trace.h \
|
||||
@@ -791,10 +774,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h text_editor_gui.h \
|
||||
- text_editor_cbs.h syntax.h launcher.h \
|
||||
- ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/SciLexer.h \
|
||||
- ../scintilla/include/ScintillaWidget.h lexer.h controls.h
|
||||
+ text_editor_cbs.h syntax.h launcher.h lexer.h controls.h
|
||||
text_editor_cbs.o: text_editor_cbs.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
@@ -802,8 +782,7 @@
|
||||
+properties.o: properties.cxx
|
||||
registers_cbs.o: registers_cbs.c ../config.h registers.h properties.h \
|
||||
registers_cbs.h debugger.h global.h breakpoints.h text_editor.h \
|
||||
text_editor_menu.h preferences.h aneditor.h watch.h \
|
||||
@@ -791,8 +774,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h controls.h text_editor_cbs.h \
|
||||
|
@ -120,7 +108,7 @@
|
|||
text_editor_gui.o: text_editor_gui.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
@@ -811,9 +790,7 @@
|
||||
@@ -800,9 +782,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h text_editor_cbs.h \
|
||||
|
@ -131,3 +119,15 @@
|
|||
text_editor_menu.o: text_editor_menu.c ../config.h resources.h \
|
||||
text_editor_menu.h anjuta.h toolbar.h text_editor.h global.h \
|
||||
preferences.h properties.h aneditor.h messagebox.h \
|
||||
@@ -820,10 +800,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h text_editor_gui.h \
|
||||
- text_editor_cbs.h syntax.h launcher.h \
|
||||
- ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/SciLexer.h \
|
||||
- ../scintilla/include/ScintillaWidget.h lexer.h controls.h
|
||||
+ text_editor_cbs.h syntax.h launcher.h lexer.h controls.h
|
||||
toolbar_callbacks.o: toolbar_callbacks.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
|
|
|
@ -173,6 +173,7 @@ share/locale/es/LC_MESSAGES/anjuta.mo
|
|||
share/locale/fr/LC_MESSAGES/anjuta.mo
|
||||
share/locale/it/LC_MESSAGES/anjuta.mo
|
||||
share/locale/ja/LC_MESSAGES/anjuta.mo
|
||||
share/locale/pl/LC_MESSAGES/anjuta.mo
|
||||
share/locale/ru/LC_MESSAGES/anjuta.mo
|
||||
share/locale/sv/LC_MESSAGES/anjuta.mo
|
||||
share/locale/tr/LC_MESSAGES/anjuta.mo
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= anjuta
|
||||
PORTVERSION= 0.1.6
|
||||
PORTVERSION= 0.1.7
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= anjuta
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (anjuta-0.1.6.tar.gz) = f9e57f1dc990425dfbc91840c539366c
|
||||
MD5 (anjuta-0.1.7.tar.gz) = 2d518592ced3d548d37a73e5f6285af4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- configure.orig Sun Aug 12 11:02:48 2001
|
||||
+++ configure Sun Aug 12 11:10:02 2001
|
||||
--- configure.orig Fri Aug 24 12:34:57 2001
|
||||
+++ configure Fri Aug 24 12:35:13 2001
|
||||
@@ -8,6 +8,7 @@
|
||||
# gives unlimited permission to copy, distribute and modify it.
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
ac_help=
|
||||
ac_default_prefix=/usr/local
|
||||
# Any additions from configure.in:
|
||||
@@ -4631,12 +4632,10 @@
|
||||
@@ -4812,12 +4813,10 @@
|
||||
intl/Makefile
|
||||
po/Makefile.in
|
||||
macros/Makefile
|
||||
|
@ -21,7 +21,7 @@
|
|||
manuals/C/Makefile
|
||||
manuals/C/anjuta-manual/Makefile
|
||||
manuals/C/anjuta-faqs/Makefile
|
||||
@@ -4729,6 +4728,7 @@
|
||||
@@ -4906,6 +4905,7 @@
|
||||
s%@GNOME_CAPPLET_LIBS@%$GNOME_CAPPLET_LIBS%g
|
||||
s%@cflags_set@%$cflags_set%g
|
||||
s%@GTK_CONFIG@%$GTK_CONFIG%g
|
||||
|
@ -29,7 +29,7 @@
|
|||
s%@GTK_CFLAGS@%$GTK_CFLAGS%g
|
||||
s%@GTK_LIBS@%$GTK_LIBS%g
|
||||
s%@XPM_LIBS@%$XPM_LIBS%g
|
||||
@@ -4820,12 +4820,10 @@
|
||||
@@ -4997,12 +4997,10 @@
|
||||
intl/Makefile
|
||||
po/Makefile.in
|
||||
macros/Makefile
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- macros/Makefile.in.orig Sat Mar 31 18:51:20 2001
|
||||
+++ macros/Makefile.in Sat Mar 31 18:51:11 2001
|
||||
@@ -189,7 +189,7 @@
|
||||
install-exec-am:
|
||||
install-exec: install-exec-am
|
||||
|
||||
-install-data-am: install-gnome_aclocalDATA
|
||||
+install-data-am:
|
||||
install-data: install-data-am
|
||||
|
||||
install-am: all-am
|
|
@ -1,20 +0,0 @@
|
|||
--- po/Makefile.in.in.orig Tue Aug 7 01:13:27 2001
|
||||
+++ po/Makefile.in.in Sun Aug 12 12:07:12 2001
|
||||
@@ -20,7 +20,7 @@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
-localedir = $(datadir)/locale
|
||||
+localedir = $(prefix)/share/locale
|
||||
gettextsrcdir = $(datadir)/gettext/po
|
||||
subdir = po
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
|
||||
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
|
||||
dir=$(localedir)/$$lang/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $(DESTDIR)$$dir; \
|
||||
if test -r $$cat; then \
|
|
@ -1,11 +1,11 @@
|
|||
--- src/Makefile.in.orig Sun Aug 12 11:11:42 2001
|
||||
+++ src/Makefile.in Sun Aug 12 11:15:59 2001
|
||||
--- src/Makefile.in.orig Fri Aug 24 12:05:50 2001
|
||||
+++ src/Makefile.in Fri Aug 24 12:09:03 2001
|
||||
@@ -128,7 +128,7 @@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
l = @l@
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(srcdir)/../scintilla/include -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O1 -g
|
||||
+INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(prefix)/include/scintilla -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O1 -g
|
||||
+INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(prefix)/include/scintilla -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes
|
||||
|
||||
|
||||
bin_PROGRAMS = anjuta
|
||||
|
@ -43,10 +43,10 @@
|
|||
- ../scintilla/include/ScintillaWidget.h \
|
||||
- ../scintilla/include/SciLexer.h lexer.h properties.h aneditor.h
|
||||
+aneditor.o: aneditor.cxx ../config.h lexer.h properties.h aneditor.h
|
||||
anjuta.o: anjuta.c ../config.h text_editor.h global.h text_editor_menu.h \
|
||||
preferences.h properties.h aneditor.h anjuta.h toolbar.h \
|
||||
messagebox.h compiler_options.h src_paths.h find_replace.h \
|
||||
@@ -313,9 +303,7 @@
|
||||
anjuta_cbs.o: anjuta_cbs.c ../config.h text_editor.h global.h \
|
||||
text_editor_menu.h preferences.h properties.h aneditor.h \
|
||||
anjuta.h toolbar.h messagebox.h compiler_options.h src_paths.h \
|
||||
@@ -333,9 +323,7 @@
|
||||
anjuta_dirs.h executer.h configurer.h utilities.h \
|
||||
main_menubar.h help.h fileselection.h resources.h launcher.h \
|
||||
debugger.h watch.h registers.h stack_trace.h signals.h \
|
||||
|
@ -54,9 +54,9 @@
|
|||
- ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/ScintillaWidget.h
|
||||
+ sharedlib.h attach_process.h controls.h anjuta_info.h
|
||||
anjuta_cbs.o: anjuta_cbs.c ../config.h text_editor.h global.h \
|
||||
text_editor_menu.h preferences.h properties.h aneditor.h \
|
||||
anjuta.h toolbar.h messagebox.h compiler_options.h src_paths.h \
|
||||
appwizard_cbs.o: appwizard_cbs.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
@@ -501,8 +489,7 @@
|
||||
find_text.h find_in_files.h messages.h project_dbase.h \
|
||||
tags_manager.h project_config.h commands.h anjuta_dirs.h \
|
||||
|
@ -78,39 +78,27 @@
|
|||
find_text.o: find_text.c ../config.h anjuta.h toolbar.h text_editor.h \
|
||||
global.h text_editor_menu.h preferences.h properties.h \
|
||||
aneditor.h messagebox.h compiler_options.h src_paths.h \
|
||||
@@ -629,8 +614,7 @@
|
||||
@@ -622,8 +607,7 @@
|
||||
compile.h launcher.h appwizard.h debugger.h watch.h registers.h \
|
||||
stack_trace.h signals.h sharedlib.h attach_process.h \
|
||||
breakpoints_cbs.h goto_line.h resources.h controls.h \
|
||||
- signals_cbs.h watch_cbs.h ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/ScintillaWidget.h
|
||||
+ signals_cbs.h watch_cbs.h
|
||||
messagebox.o: messagebox.c ../config.h text_editor.h global.h \
|
||||
text_editor_menu.h preferences.h properties.h aneditor.h \
|
||||
mainmenu_callbacks.h messagebox.h resources.h
|
||||
main.o: main.c ../config.h splash.h anjuta.h toolbar.h text_editor.h \
|
||||
global.h text_editor_menu.h preferences.h properties.h \
|
||||
aneditor.h messagebox.h compiler_options.h src_paths.h \
|
||||
@@ -685,8 +669,7 @@
|
||||
project_config.h commands.h breakpoints.h anjuta_dirs.h \
|
||||
executer.h configurer.h utilities.h main_menubar.h help.h \
|
||||
resources.h fileselection.h
|
||||
../pixmaps/file_cpp.xpm ../pixmaps/file_h.xpm \
|
||||
../pixmaps/file_pix.xpm ../pixmaps/file_icon.xpm \
|
||||
../pixmaps/file_html.xpm ../pixmaps/file_i18n.xpm
|
||||
-properties.o: properties.cxx ../scintilla/include/PropSet.h \
|
||||
- ../scintilla/include/SString.h properties.h
|
||||
+properties.o: properties.cxx properties.h
|
||||
registers.o: registers.c ../config.h resources.h debugger.h global.h \
|
||||
breakpoints.h properties.h text_editor.h text_editor_menu.h \
|
||||
preferences.h aneditor.h watch.h registers.h stack_trace.h \
|
||||
@@ -791,10 +774,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h text_editor_gui.h \
|
||||
- text_editor_cbs.h syntax.h launcher.h \
|
||||
- ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/SciLexer.h \
|
||||
- ../scintilla/include/ScintillaWidget.h lexer.h controls.h
|
||||
+ text_editor_cbs.h syntax.h launcher.h lexer.h controls.h
|
||||
text_editor_cbs.o: text_editor_cbs.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
@@ -802,8 +782,7 @@
|
||||
+properties.o: properties.cxx
|
||||
registers_cbs.o: registers_cbs.c ../config.h registers.h properties.h \
|
||||
registers_cbs.h debugger.h global.h breakpoints.h text_editor.h \
|
||||
text_editor_menu.h preferences.h aneditor.h watch.h \
|
||||
@@ -791,8 +774,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h controls.h text_editor_cbs.h \
|
||||
|
@ -120,7 +108,7 @@
|
|||
text_editor_gui.o: text_editor_gui.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
@@ -811,9 +790,7 @@
|
||||
@@ -800,9 +782,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h text_editor_cbs.h \
|
||||
|
@ -131,3 +119,15 @@
|
|||
text_editor_menu.o: text_editor_menu.c ../config.h resources.h \
|
||||
text_editor_menu.h anjuta.h toolbar.h text_editor.h global.h \
|
||||
preferences.h properties.h aneditor.h messagebox.h \
|
||||
@@ -820,10 +800,7 @@
|
||||
messages.h project_dbase.h tags_manager.h project_config.h \
|
||||
commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \
|
||||
utilities.h main_menubar.h help.h text_editor_gui.h \
|
||||
- text_editor_cbs.h syntax.h launcher.h \
|
||||
- ../scintilla/include/Scintilla.h \
|
||||
- ../scintilla/include/SciLexer.h \
|
||||
- ../scintilla/include/ScintillaWidget.h lexer.h controls.h
|
||||
+ text_editor_cbs.h syntax.h launcher.h lexer.h controls.h
|
||||
toolbar_callbacks.o: toolbar_callbacks.c ../config.h anjuta.h toolbar.h \
|
||||
text_editor.h global.h text_editor_menu.h preferences.h \
|
||||
properties.h aneditor.h messagebox.h compiler_options.h \
|
||||
|
|
|
@ -173,6 +173,7 @@ share/locale/es/LC_MESSAGES/anjuta.mo
|
|||
share/locale/fr/LC_MESSAGES/anjuta.mo
|
||||
share/locale/it/LC_MESSAGES/anjuta.mo
|
||||
share/locale/ja/LC_MESSAGES/anjuta.mo
|
||||
share/locale/pl/LC_MESSAGES/anjuta.mo
|
||||
share/locale/ru/LC_MESSAGES/anjuta.mo
|
||||
share/locale/sv/LC_MESSAGES/anjuta.mo
|
||||
share/locale/tr/LC_MESSAGES/anjuta.mo
|
||||
|
|
Loading…
Reference in a new issue