aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2008-06-15 11:14:43 +0000
committerN.N. <sevyves@users.sourceforge.net>2008-06-15 11:14:43 +0000
commit03dbc57b15d1ce5c13d5cdb402a845112afce187 (patch)
treef26e055c83a7bc77a0e7b3d539f9f50f8b5ffd0a /Makefile.in
parentcdc5640b3534e1234f42282075a996c98fefb99a (diff)
colorgrid nuevo, necessita tcllib
svn path=/trunk/externals/pidip/; revision=10006
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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