Changeset 3191 in orxonox.OLD for orxonox/trunk/src/console
- Timestamp:
- Dec 16, 2004, 1:58:38 PM (20 years ago)
- Location:
- orxonox/trunk/src/console
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/console/Makefile.in
r3182 r3191 24 24 pkglibdir = $(libdir)/@PACKAGE@ 25 25 pkgincludedir = $(includedir)/@PACKAGE@ 26 top_builddir = .. 26 top_builddir = ../.. 27 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 28 28 INSTALL = @INSTALL@ … … 40 40 host_triplet = @host@ 41 41 bin_PROGRAMS = console$(EXEEXT) 42 subdir = console42 subdir = src/console 43 43 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 44 44 $(srcdir)/Makefile.in … … 190 190 esac; \ 191 191 done; \ 192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign console/Makefile'; \192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/console/Makefile'; \ 193 193 cd $(top_srcdir) && \ 194 $(AUTOMAKE) --foreign console/Makefile194 $(AUTOMAKE) --foreign src/console/Makefile 195 195 .PRECIOUS: Makefile 196 196 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.