Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: moved the entire GUI

File:
1 edited

Legend:

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

    r5160 r5311  
    164164target_os = @target_os@
    165165target_vendor = @target_vendor@
    166 
    167 ### GTK_RELATED
    168 GTK_PROGS =
    169166SUBDIRS = graphics \
    170167          sound \
     
    175172          tinyxml \
    176173          shell \
    177           gui \
    178           $(GTK_PROGS)
     174          gui
    179175
    180176all: all-recursive
     
    190186          esac; \
    191187        done; \
    192         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
     188        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
    193189        cd $(top_srcdir) && \
    194           $(AUTOMAKE) --foreign  src/lib/Makefile
     190          $(AUTOMAKE) --gnu  src/lib/Makefile
    195191.PRECIOUS: Makefile
    196192Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.