1
0

Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#
# Makefile for irix/cmd/gnu
#
# $Revision: 1.1 $
include $(ROOT)/usr/include/make/commondefs
#
# Alphabetized, grouped list of subdirectories.
#
SUBDIRS= \
bison flex
HEADERS_SUBDIRS=
EXPORTS_SUBDIRS=
default install $(COMMONTARGS): $(_FORCE)
$(SUBDIRS_MAKERULE)
headers: $(_FORCE)
$(HEADERS_SUBDIRS_MAKERULE)
exports: $(_FORCE)
$(EXPORTS_SUBDIRS_MAKERULE)
$(SUBDIRS): $(_FORCE)
cd $@; $(MAKE)
$(_FORCE):