qemacs-commit
[Top][All Lists]
Advanced

[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: Wed, 10 May 2017 11:21:46 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/05/10 11:21:46

Modified files:
        .              : Makefile 

Log message:
        build: add generic rule to make host utility executables

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.100&r2=1.101

Patches:
Index: Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/Makefile,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- Makefile    8 May 2017 10:15:43 -0000       1.100
+++ Makefile    10 May 2017 15:21:46 -0000      1.101
@@ -362,6 +362,10 @@
 %.s: %.cpp $(DEPENDS) Makefile
        g++ $(DEFINES) $(CFLAGS) -Wno-multichar -o $@ -S $<
 
+%$(EXE): %.c
+       $(echo) CC -o $@ $^
+       $(cmd)  $(HOST_CC) $(CFLAGS) -o $@ $^
+
 #
 # Test for bidir algorithm
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]