c.sexchat/src/makefile.mak

24 lines
613 B
Makefile
Raw Normal View History

2011-02-28 18:59:32 +01:00
all:
2011-08-17 06:47:57 +02:00
@cd pixmaps
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\common
2011-02-28 18:59:32 +01:00
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\fe-gtk
@-$(MAKE) /nologo /s /f makefile.mak $@
@cd ..\fe-text
@-$(MAKE) /nologo /s /f makefile.mak $@
# @cd ..\gtk2-prefs
# @-$(MAKE) /nologo /s /f makefile.mak $@
2011-02-28 18:59:32 +01:00
clean:
2011-08-17 06:47:57 +02:00
@cd pixmaps
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\common
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\fe-gtk
@-$(MAKE) /nologo /s /f makefile.mak clean $@
@cd ..\fe-text
@-$(MAKE) /nologo /s /f makefile.mak clean $@
# @cd ..\gtk2-prefs
# @-$(MAKE) /nologo /s /f makefile.mak clean $@