[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs/libqhtml Makefile
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs/libqhtml Makefile |
Date: |
Tue, 18 Dec 2007 12:20:29 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 07/12/18 12:20:29
Modified files:
libqhtml : Makefile
Log message:
added C compile rule
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/Makefile?cvsroot=qemacs&r1=1.3&r2=1.4
Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/libqhtml/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Makefile 28 Dec 2006 11:27:30 -0000 1.3
+++ Makefile 18 Dec 2007 12:20:28 -0000 1.4
@@ -29,8 +29,12 @@
rm -f $@
$(AR) rc $@ $(OBJS)
+%.o: %.c Makefile
+ $(CC) $(DEFINES) $(CFLAGS) -o $@ -c $<
+
clean:
- rm -f *~ *.o *.a *.exe csstoqe html_style.c docbook_style.c
+ rm -f *~ *.o *.a *.exe *_g TAGS gmon.out core *.exe.stackdump \
+ csstoqe html_style.c docbook_style.c
#
# build default style sheet file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs/libqhtml Makefile,
Charlie Gordon <=