Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4427 in orxonox.OLD for orxonox/trunk/src/lib/gui/Makefile.in


Ignore:
Timestamp:
May 31, 2005, 10:18:10 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the gui to a more usefull directory

File:
1 moved

Legend:

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

    r4424 r4427  
    2424pkglibdir = $(libdir)/@PACKAGE@
    2525pkgincludedir = $(includedir)/@PACKAGE@
    26 top_builddir = ../../../..
     26top_builddir = ../../..
    2727am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    2828INSTALL = @INSTALL@
     
    3939POST_UNINSTALL = :
    4040host_triplet = @host@
    41 subdir = src/lib/gui/gui
     41subdir = src/lib/gui
    4242DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    4343        $(srcdir)/Makefile.in
     
    196196target_os = @target_os@
    197197target_vendor = @target_vendor@
    198 MAINSRCDIR = ../../..
     198MAINSRCDIR = ../..
    199199AM_CXXFLAGS = -I$(MAINSRCDIR) -I$(MAINSRCDIR)/world_entities -I$(MAINSRCDIR)/story_entities -I$(MAINSRCDIR)/lib -I$(MAINSRCDIR)/lib/coord -I$(MAINSRCDIR)/lib/data -I$(MAINSRCDIR)/lib/graphics -I$(MAINSRCDIR)/lib/graphics/importer -I$(MAINSRCDIR)/lib/gui -I$(MAINSRCDIR)/lib/lang -I$(MAINSRCDIR)/lib/util -I$(MAINSRCDIR)/lib/math -I$(MAINSRCDIR)/defs -I$(MAINSRCDIR)/font -I$(MAINSRCDIR)/network -I$(MAINSRCDIR)/glmenu -I$(MAINSRCDIR)/ai -I$(MAINSRCDIR)/util -I$(MAINSRCDIR)/util/animation -I$(MAINSRCDIR)/util/common
    200200AM_LDFLAGS = $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
     
    242242          esac; \
    243243        done; \
    244         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile'; \
     244        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
    245245        cd $(top_srcdir) && \
    246           $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile
     246          $(AUTOMAKE) --foreign  src/lib/gui/Makefile
    247247.PRECIOUS: Makefile
    248248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.