2008-07-10 13:10:16 -07:00
|
|
|
top_srcdir=..
|
|
|
|
top_builddir=$(top_srcdir)
|
|
|
|
|
2008-06-28 15:32:44 -07:00
|
|
|
include $(top_srcdir)/makerules/common.mk
|
2006-12-01 14:02:14 -08:00
|
|
|
|
2008-06-28 15:32:44 -07:00
|
|
|
ifeq ($(strip $(TARGET)),windows)
|
2006-12-01 14:02:14 -08:00
|
|
|
all: warzone2100.o
|
|
|
|
endif
|
|
|
|
|
|
|
|
clean:
|
2008-06-23 06:54:47 -07:00
|
|
|
$(RM_F) warzone2100.o
|