Changeset 4265 in orxonox.OLD for orxonox/trunk/src/lib/Makefile.in
- Timestamp:
- May 22, 2005, 7:49:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/Makefile.in
r4264 r4265 54 54 ETAGS = etags 55 55 CTAGS = ctags 56 DIST_SUBDIRS = graphics gui56 DIST_SUBDIRS = $(SUBDIRS) 57 57 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 58 58 ACLOCAL = @ACLOCAL@ … … 164 164 target_os = @target_os@ 165 165 target_vendor = @target_vendor@ 166 @HAVE_GTK2_FALSE@GTK_PROGS =167 166 168 167 ### GTK_RELATED 169 @HAVE_GTK2_TRUE@GTK_PROGS = gui168 GTK_PROGS = gui 170 169 SUBDIRS = graphics \ 170 tinyxml \ 171 171 $(GTK_PROGS) 172 172 … … 183 183 esac; \ 184 184 done; \ 185 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/lib/Makefile'; \185 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ 186 186 cd $(top_srcdir) && \ 187 $(AUTOMAKE) -- gnusrc/lib/Makefile187 $(AUTOMAKE) --foreign src/lib/Makefile 188 188 .PRECIOUS: Makefile 189 189 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 352 352 fi; \ 353 353 done 354 list='$( DIST_SUBDIRS)'; for subdir in $$list; do \354 list='$(SUBDIRS)'; for subdir in $$list; do \ 355 355 if test "$$subdir" = .; then :; else \ 356 356 test -d "$(distdir)/$$subdir" \
Note: See TracChangeset
for help on using the changeset viewer.