Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3191 in orxonox.OLD for orxonox/trunk/src/gui/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/gui
Files:
1 edited
1 moved

Legend:

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

    r3173 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 = gui$(EXEEXT)
    42 subdir = gui
     42subdir = src/gui
    4343DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    4444        $(srcdir)/Makefile.in
     
    217217          esac; \
    218218        done; \
    219         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  gui/Makefile'; \
     219        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/gui/Makefile'; \
    220220        cd $(top_srcdir) && \
    221           $(AUTOMAKE) --foreign  gui/Makefile
     221          $(AUTOMAKE) --foreign  src/gui/Makefile
    222222.PRECIOUS: Makefile
    223223Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.