diff options
author | N.N. <sevyves@users.sourceforge.net> | 2004-05-18 00:59:44 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2004-05-18 00:59:44 +0000 |
commit | 5ad46a9a497ae0e6565b54aaefd4357eac6be0dd (patch) | |
tree | ff0cd5ff0545d49c5075276334c8896a4ce2e368 /Makefile.in | |
parent | 607f5de1bd0ff0452f940772d3391fe0418de6c8 (diff) |
PiDiP 0.12.14
svn path=/trunk/externals/pidip/; revision=1737
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |