2007-06-28 10:47:08 -07:00
|
|
|
SUBDIRS=framework \
|
2008-04-05 08:11:43 -07:00
|
|
|
exceptionhandler \
|
2007-06-28 10:47:08 -07:00
|
|
|
gamelib \
|
|
|
|
ivis_common \
|
2006-07-21 14:48:55 -07:00
|
|
|
ivis_opengl \
|
2007-06-28 10:47:08 -07:00
|
|
|
netplay \
|
|
|
|
script \
|
|
|
|
sequence \
|
|
|
|
sound \
|
2008-03-02 14:37:25 -08:00
|
|
|
sqlite3 \
|
2007-06-28 10:47:08 -07:00
|
|
|
widget
|
|
|
|
|
2006-07-21 14:48:55 -07:00
|
|
|
.PHONY: $(SUBDIRS)
|
|
|
|
all clean: $(SUBDIRS)
|
2007-06-28 10:47:08 -07:00
|
|
|
|
2006-07-21 14:48:55 -07:00
|
|
|
$(SUBDIRS):
|
|
|
|
$(MAKE) -f Makefile.raw -C $@ $(MAKECMDGOALS)
|
2007-06-28 10:47:08 -07:00
|
|
|
|
2006-07-21 14:48:55 -07:00
|
|
|
# Dependencies not needed, since no linking done?
|
|
|
|
#gamelib: framework ivis_common ivis_opengl sound
|
|
|
|
#ivis_common: framework gamelib
|
|
|
|
#ivis_opengl: framework ivis_common gamelib
|
|
|
|
#netplay: framework
|
|
|
|
#script: framework
|
|
|
|
#sequence: framework
|
|
|
|
#sound: framework gamelib
|
|
|
|
#widget: framework ivis_common
|