23 # Use is subject to license terms.
24 #
25 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
26 #
27
28 DEFLIST= -DELF
29
30 include ../../../Makefile.cmd
31 include ../Makefile.com
32
33 .KEEP_STATE:
34
35 all: $(PROG)
36
37 all_lib: $(LIBS)
38
39 install: all $(ROOTPROG) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
40 $(RM) $(ROOTCCSBIN)/yaccpar
41 $(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
42
43 install_lib: all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB)
44
45 include ../Makefile.targ
46 include ../../../Makefile.targ
|
23 # Use is subject to license terms.
24 #
25 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
26 #
27
28 DEFLIST= -DELF
29
30 include ../../../Makefile.cmd
31 include ../Makefile.com
32
33 .KEEP_STATE:
34
35 all: $(PROG)
36
37 all_lib: $(LIBS)
38
39 install: all $(ROOTPROG) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
40 $(RM) $(ROOTCCSBIN)/yaccpar
41 $(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
42
43 install_lib: all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTCOMPATLINKS)
44
45 include ../Makefile.targ
46 include ../../../Makefile.targ
|