sbsv2/raptor/util/descramble/Makefile
changeset 28 b8fa7dfeeaa1
parent 13 c327db0664bb
--- a/sbsv2/raptor/util/descramble/Makefile	Wed Aug 04 12:07:55 2010 +0100
+++ b/sbsv2/raptor/util/descramble/Makefile	Wed Oct 06 15:13:17 2010 +0100
@@ -15,15 +15,8 @@
 #
 #
 
-TARGET:=sbs_descramble
-SOURCES:=$(SBS_HOME:\=/)/util/descramble/descramble.cpp 
+
+.PHONY: all
 
-ifeq ($(filter win,$(HOSTPLATFORM)),win)
-CFLAGS:=-DWIN32
-LDFLAGS:=
-else
-CFLAGS:=
-LDFLAGS:=-lpthread
-endif
-
-$(eval $(cppprogram))
+all:
+	cd .. && make descramble