diff options
author | N.N. <sevyves@users.sourceforge.net> | 2008-06-15 11:14:43 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2008-06-15 11:14:43 +0000 |
commit | 03dbc57b15d1ce5c13d5cdb402a845112afce187 (patch) | |
tree | f26e055c83a7bc77a0e7b3d539f9f50f8b5ffd0a /Makefile.in | |
parent | cdc5640b3534e1234f42282075a996c98fefb99a (diff) |
colorgrid nuevo, necessita tcllib
svn path=/trunk/externals/pidip/; revision=10006
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 8351e5a..1465ea1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,10 +65,6 @@ 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_INCLUDES) $(PDP_PIDIP_CFLAGS) -o $*.o -c $*.c - .c.o: gcc $(PDP_PIDIP_INCLUDES) $(PDP_PIDIP_CFLAGS) -o $*.o -c $*.c |