]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/CodeTools/TianoTools/Pccts/support/rexpr/makefile
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / CodeTools / TianoTools / Pccts / support / rexpr / makefile
CommitLineData
878ddf1f 1BAG=../../bin/bag\r
2SRC=test.c rexpr.c\r
3OBJ=test.o rexpr.o\r
4CFLAGS = -g\r
5\r
6test: $(OBJ) $(SRC)\r
7 cc -g -o texpr $(OBJ)\r
8\r
9shar:\r
10 shar makefile test.c rexpr.c rexpr.h > rexpr.shar\r
11\r
12archive:\r
13 $(BAG) makefile test.c rexpr.c rexpr.h > rexpr.bag\r
14\r
15clean:\r
16 rm -rf *.o core texpr\r
17\r
18scrub:\r
19 rm -rf *.o core texpr\r