Develop and Download Open Source Software

Browse CVS Repository

Annotation of /shiki/shiki/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Fri Nov 24 19:31:04 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.3: +11 -8 lines
separate file

1 aloha 1.1 CC = gcc
2     SHELL = sh
3 aloha 1.2 CFLAGS = -Wall -g $(GAUCHE_CFLAGS) $(GTK_CFLAGS)
4 aloha 1.1 GAUCHE_CFLAGS = `gauche-config -I`
5     GTK_CFLAGS = `pkg-config gtk+-2.0 --cflags`
6     LFLAGS = $(GAUCHE_LFLAGS) $(GTK_LFLAGS)
7     GAUCHE_LFLAGS = `gauche-config -L` `gauche-config -l`
8     GTK_LFLAGS = `pkg-config gtk+-2.0 --libs`
9    
10 aloha 1.4 shiki : shiki.o buffer.o xyzzylisp.o
11     $(CC) -o shiki shiki.o buffer.o xyzzylisp.o $(LFLAGS)
12     shiki.o : shiki.h shiki.c
13     $(SHELL) -c "gcc $(CFLAGS) -o shiki.o -c shiki.c"
14     xyzzylisp.o : shiki.h xyzzylisp.c
15     $(SHELL) -c "gcc $(CFLAGS) -o xyzzylisp.o -c xyzzylisp.c"
16 aloha 1.3 xyzzylisp.c : xyzzylisp.stub
17 aloha 1.4 gosh genstub xyzzylisp.stub
18     buffer.o : shiki.h buffer.c
19     $(SHELL) -c "gcc $(CFLAGS) -o buffer.o -c buffer.c"
20    
21 aloha 1.1 clean :
22 aloha 1.4 rm shiki shiki.o buffer.o xyzzylisp.o

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26