generate pkgconfig file (don't commit yet i fucked it up)
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4b6eae99dc
commit
c705d2b98c
375 changed files with 203503 additions and 203476 deletions
|
|
@ -1,24 +1,24 @@
|
|||
CC = gcc
|
||||
CFLAGS = `pkg-config --cflags freetype2` -I../include
|
||||
LDFLAGS =
|
||||
LIBS = `pkg-config --libs freetype2`
|
||||
|
||||
.PHONY: all clean
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
all: fuzzer font icon-converter icon-converter
|
||||
|
||||
fuzzer: fuzzer.o
|
||||
$(CC) -g -L../src/ -Wl,-R../src -o $@ fuzzer.o -lMw
|
||||
|
||||
font: font.o
|
||||
$(CC) $(LDFLAGS) -o $@ font.o $(LIBS)
|
||||
|
||||
icon-converter: icon-converter.o
|
||||
$(CC) -o $@ icon-converter.o -lm
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f *.o font fuzzer icon-converter
|
||||
CC = gcc
|
||||
CFLAGS = `pkg-config --cflags freetype2` -I../include
|
||||
LDFLAGS =
|
||||
LIBS = `pkg-config --libs freetype2`
|
||||
|
||||
.PHONY: all clean
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
all: fuzzer font icon-converter icon-converter
|
||||
|
||||
fuzzer: fuzzer.o
|
||||
$(CC) -g -L../src/ -Wl,-R../src -o $@ fuzzer.o -lMw
|
||||
|
||||
font: font.o
|
||||
$(CC) $(LDFLAGS) -o $@ font.o $(LIBS)
|
||||
|
||||
icon-converter: icon-converter.o
|
||||
$(CC) -o $@ icon-converter.o -lm
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f *.o font fuzzer icon-converter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue