Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3191 in orxonox.OLD for orxonox/trunk/src/console/Makefile.in


Ignore:
Timestamp:
Dec 16, 2004, 1:58:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Changed filestructure:
moved gui, console to src/gui, src/console
fixed Makefiles.

Location:
orxonox/trunk/src/console
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/console/Makefile.in

    r3182 r3191  
    2424pkglibdir = $(libdir)/@PACKAGE@
    2525pkgincludedir = $(includedir)/@PACKAGE@
    26 top_builddir = ..
     26top_builddir = ../..
    2727am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    2828INSTALL = @INSTALL@
     
    4040host_triplet = @host@
    4141bin_PROGRAMS = console$(EXEEXT)
    42 subdir = console
     42subdir = src/console
    4343DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    4444        $(srcdir)/Makefile.in
     
    190190          esac; \
    191191        done; \
    192         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  console/Makefile'; \
     192        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/console/Makefile'; \
    193193        cd $(top_srcdir) && \
    194           $(AUTOMAKE) --foreign  console/Makefile
     194          $(AUTOMAKE) --foreign  src/console/Makefile
    195195.PRECIOUS: Makefile
    196196Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.