-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
24 lines (21 loc) · 819 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
all:
-(cd hicum0; make -f Makefile.gnucap)
-(cd hicum2; make -f Makefile.gnucap)
-(cd mextram; make -f Makefile.gnucap)
-(cd ekv; make -f Makefile.gnucap)
-(cd psp102; make -f Makefile.gnucap)
-(cd rtest; make -f Makefile.gnucap)
clean:
-(cd hicum0; make -f Makefile.gnucap clean)
-(cd hicum2; make -f Makefile.gnucap clean)
-(cd mextram; make -f Makefile.gnucap clean)
-(cd ekv; make -f Makefile.gnucap clean)
-(cd psp102; make -f Makefile.gnucap clean)
-(cd rtest; make -f Makefile.gnucap clean)
install:
-(cd hicum0; make -f Makefile.gnucap install)
-(cd hicum2; make -f Makefile.gnucap install)
-(cd mextram; make -f Makefile.gnucap install)
-(cd ekv; make -f Makefile.gnucap install)
-(cd psp102; make -f Makefile.gnucap install)
-(cd rtest; make -f Makefile.gnucap install)