Changeset 16608


Ignore:
Timestamp:
2008-07-31T09:54:20+12:00 (16 years ago)
Author:
davidb
Message:

Setting up of config and makefiles for only common-src and runtime-src

Location:
gs2runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gs2runtime/Makefile.in

    r16607 r16608  
    4848
    4949
    50 COMPILEDIRS = common-src build-src runtime-src
     50COMPILEDIRS = common-src runtime-src
    5151
    52 INSTALLDIRS = common-src build-src runtime-src
     52INSTALLDIRS = common-src runtime-src
    5353
    5454MODULEDIRS = @MODULEDIRS@
  • gs2runtime/configure.in

    r16607 r16608  
    454454gsdlprefix=`pwd`
    455455ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
    456 AC_CONFIG_SUBDIRS(common-src build-src runtime-src)
     456AC_CONFIG_SUBDIRS(common-src runtime-src)
    457457
    458458# the list of folders in the src folder
    459459srclist="common-src/Makefile \
    460          build-src/Makefile \
    461460         runtime-src/Makefile"
    462461
  • gs2runtime/win32.mak

    r16607 r16608  
    3535MDEFINES = /f win32.mak
    3636
    37 INSTALLDIRS = common-src build-src runtime-src
     37INSTALLDIRS = common-src runtime-src
    3838
    3939
     
    6969    $(MAKECLEANCMD)
    7070    cd "$(GSDLHOME)"
    71     cd build-src
    72     $(MAKECLEANCMD)
    73     cd "$(GSDLHOME)"
    7471    cd runtime-src
    7572    $(MAKECLEANCMD)
Note: See TracChangeset for help on using the changeset viewer.