Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5311 in orxonox.OLD for trunk/src/lib/gui


Ignore:
Timestamp:
Oct 8, 2005, 1:08:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the entire GUI

Location:
trunk/src/lib/gui
Files:
3 added
2 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/Makefile.am

    r5309 r5311  
    1 ### GTK_RELATED
    2   GTK_PROGS =
    3 
    4 SUBDIRS = graphics \
    5           sound \
    6           event \
    7           physics \
    8           particles \
    9           collision_detection \
    10           tinyxml \
    11           shell \
    12           gui \
    13           $(GTK_PROGS)
     1SUBDIRS = gui_gtk         
  • trunk/src/lib/gui/gui_gtk/Makefile.am

    r4428 r5311  
    1 MAINSRCDIR=../..
     1MAINSRCDIR=../../..
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
  • trunk/src/lib/gui/gui_gtk/Makefile.in

    r5160 r5311  
    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
     41subdir = src/lib/gui/gui_gtk
    4242DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
    4343        $(srcdir)/Makefile.in
     
    196196target_os = @target_os@
    197197target_vendor = @target_vendor@
    198 MAINSRCDIR = ../..
     198MAINSRCDIR = ../../..
    199199AM_LDFLAGS = $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
    200200noinst_LIBRARIES = libORXgui.a
     
    241241          esac; \
    242242        done; \
    243         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
     243        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/gui_gtk/Makefile'; \
    244244        cd $(top_srcdir) && \
    245           $(AUTOMAKE) --foreign  src/lib/gui/Makefile
     245          $(AUTOMAKE) --gnu  src/lib/gui/gui_gtk/Makefile
    246246.PRECIOUS: Makefile
    247247Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.