File: Makefile

package info (click to toggle)
convlit 1.8-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: ansic: 8,168; makefile: 28
file content (12 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
all: clit

CFLAGS += -fPIE -fstack-protector-strong -Wformat -Werror=format-security -funsigned-char -Wall -I ../lib -I ../lib/des -I .
CPPFLAGS += -D_FORTIFY_SOURCE=2
LDFLAGS += -fPIE -pie -Wl,-z,relro -Wl,-z,now

clean:
	rm -f *.o clit

clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a 
	$(CC) $(LDFLAGS) -o clit $^  -ltommath