gde_linux/SUPPORT/Makefile

22 lines
513 B
Makefile
Raw Normal View History

2023-04-12 03:41:11 +08:00
CC = cc
FLAGS = -lm
2023-04-12 03:39:54 +08:00
all:CAP2 Restriction count findall varpos lsadt sho_helix Zuk_to_gen
2023-04-12 03:41:11 +08:00
2023-04-12 03:39:54 +08:00
CAP2: CAP2.c
2023-04-12 03:41:11 +08:00
$(CC) CAP2.c -O -o CAP2
2023-04-12 03:39:54 +08:00
Restriction: Restriction.c
2023-04-12 03:41:11 +08:00
$(CC) Restriction.c -O -o Restriction
2023-04-12 03:39:54 +08:00
Zuk_to_gen: Zuk_to_gen.c
2023-04-12 03:41:11 +08:00
$(CC) Zuk_to_gen.c -O -o Zuk_to_gen
2023-04-12 03:39:54 +08:00
count: count.c
2023-04-12 03:41:11 +08:00
$(CC) count.c -O -o count $(FLAGS)
2023-04-12 03:39:54 +08:00
findall: findall.c
2023-04-12 03:41:11 +08:00
$(CC) findall.c -O -o findall
2023-04-12 03:39:54 +08:00
lsadt: lsadt.c
2023-04-12 03:41:11 +08:00
$(CC) lsadt.c -O -o lsadt $(FLAGS)
2023-04-12 03:39:54 +08:00
sho_helix: sho_helix.c
2023-04-12 03:41:11 +08:00
$(CC) sho_helix.c -O -o sho_helix
2023-04-12 03:39:54 +08:00
varpos: varpos.c
2023-04-12 03:41:11 +08:00
$(CC) varpos.c -O -o varpos