view pwpzax/Makefile @ 57:7d4f6c33a6ac

Warning cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 May 2010 15:24:04 +0300
parents 678924af9149
children 1013256040d5
line wrap: on
line source

include ../config.mak

TARGETS=
ifeq ($(XTARGET),sdl)
TARGETS += zaxplay$(BINEXT)
endif
ifeq ($(XTARGET),sdl-win32)
TARGETS += zaxplay$(BINEXT)
endif
ifeq ($(XTARGET),linux)
TARGETS += orig$(BINEXT)
endif

all: $(TARGETS)

include ../Makefile.inc

zaxplay$(BINEXT): zaxplay.c
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)


orig: orig.c
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)