Add rules to build GNUmakerules and GNUmakevars
This commit is contained in:
parent
c39c0c22ac
commit
dd02446c69
|
@ -1,5 +1,4 @@
|
|||
include GNUmakevars
|
||||
include GNUmakerules
|
||||
|
||||
all: ieeefloat
|
||||
install: $(BINDIR)/ieeefloat
|
||||
|
@ -12,4 +11,10 @@ distclean: clean
|
|||
|
||||
ieeefloat: ieeefloat.o
|
||||
|
||||
GNUmakevars: GNUmakevars.sh
|
||||
sh ./$^ > $@
|
||||
GNUmakerules: GNUmakerules.sh
|
||||
sh ./$^ > $@
|
||||
|
||||
include GNUmakerules
|
||||
-include *.d
|
||||
|
|
Loading…
Reference in New Issue