From 5ad46a9a497ae0e6565b54aaefd4357eac6be0dd Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 18 May 2004 00:59:44 +0000 Subject: PiDiP 0.12.14 svn path=/trunk/externals/pidip/; revision=1737 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index bf7ae0e..dfbd4c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,10 @@ distro: clean all cp /mnt/c/ydegoyon.free.fr/pidip-$(PDP_PIDIP_VERSION).tar.gz /mnt/c/Yves/Software rm -rf /tmp/pidip-$(PDP_PIDIP_VERSION) +pdp_colorgrid.o: pdp_colorgrid.c + ./tk2c.bash < $*.tk > $*.tk2c + PWD=`pwd`; cc -DPWD=\"$(PWD)\" $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c + .c.o: gcc $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c -- cgit v1.2.1