File: Makefile.static.in

package info (click to toggle)
fontforge 0.0.20120101%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 35,756 kB
  • sloc: ansic: 556,562; sh: 236; makefile: 162; xml: 11; python: 11
file content (45 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
prefix = @prefix@
exec_prefix = @exec_prefix@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
bindir = @bindir@
libdir = @libdir@

CC = @CC@
RANLIB = @RANLIB@

X_CFLAGS = @X_CFLAGS@

libgdraw_OBJECTS =  choosericons.o ctlvalues.o drawboxborder.o \
 gaskdlg.o gbuttons.o gchardlg.o gcolor.o gcontainer.o gdraw.o \
 gdrawbuildchars.o gdrawerror.o gdrawtxt.o gdrawtxtinit.o \
 gfilechooser.o gfiledlg.o ggadgets.o ggroupbox.o \
 gimageclut.o gimagecvt.o gimagepsdraw.o \
 gimagewriteeps.o gdrawgimage.o \
 gimagexdraw.o gkeysym.o glist.o \
 gmenu.o gprogress.o gpsdraw.o gpstxtinit.o gradio.o gresource.o \
 gresourceimage.o gresedit.o gsavefiledlg.o gscrollbar.o gtabset.o \
 gtextfield.o gtextinfo.o gwidgets.o gxdraw.o gxcdraw.o \
 ghvbox.o gmatrixedit.o gdrawable.o gspacer.o xkeysyms_unicode.o

Incs = -I$(top_srcdir)/inc -I../inc -I/usr/pkg/include -I/usr/pkg/include/giflib
CFLAGS = @CFLAGS@ @CPPFLAGS@ $(Incs) @WFLAGS@ $(X_CFLAGS) -DNOTHREADS @DEFS@ -DLIBDIR='"$(libdir)"'

all: ../libs/libgdraw.a

../libs/libgdraw.a: $(libgdraw_OBJECTS)
	ar cr ../libs/libgdraw.a $(libgdraw_OBJECTS)
	$(RANLIB) ../libs/libgdraw.a

%.o: %.c

%.o: %.c $(srcdir)/gdrawP.h $(srcdir)/ggadgetP.h $(srcdir)/gwidgetP.h $(srcdir)/gxdrawP.h $(srcdir)/fontP.h
	$(CC) $(CFLAGS) -c $<

clean:
	-rm -f *.o ../libs/libgdraw.a

distclean cleaner:
	-rm -f *.o ../libs/libgdraw.a Makefile