[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs Makefile
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs Makefile |
Date: |
Sat, 12 Apr 2008 12:37:07 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/12 12:37:07
Modified files:
. : Makefile
Log message:
prepare qscript support
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.38&r2=1.39
Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- Makefile 9 Apr 2008 16:19:19 -0000 1.38
+++ Makefile 12 Apr 2008 12:37:07 -0000 1.39
@@ -87,6 +87,10 @@
LIBS+= -lm
endif
+ifdef CONFIG_QSCRIPT
+ OBJS+= qscript.o eval.o
+endif
+
ifdef CONFIG_ALL_KMAPS
OBJS+= kmap.o
endif
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/04
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/09
- [Qemacs-commit] qemacs Makefile,
Charlie Gordon <=
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/15
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/15
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/17
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/17
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/20
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/23
- [Qemacs-commit] qemacs Makefile, Charlie Gordon, 2008/04/23