-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
1,375 additions
and
2,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,15 @@ | ||
# | ||
# Generated by the NeXT Project Builder. | ||
# | ||
# NOTE: Do NOT change this file -- Project Builder maintains it. | ||
# | ||
# Put all of your customizations in files called Makefile.preamble | ||
# and Makefile.postamble (both optional), and Makefile will include them. | ||
# | ||
Project = file_cmds | ||
|
||
NAME = file_cmds | ||
Embedded = $(shell tconf --test TARGET_OS_EMBEDDED) | ||
|
||
PROJECTVERSION = 2.8 | ||
PROJECT_TYPE = Aggregate | ||
ifneq ($(shell tconf --test TARGET_OS_EMBEDDED),YES) | ||
#libcrypto missing | ||
MTREE=mtree | ||
endif | ||
|
||
TOOLS = chflags chmod chown cksum compress cp dd df du install ipcrm ipcs ln ls\ | ||
mkdir mkfifo mknod $(MTREE) mv pathchk pax rm rmdir rmt shar stat\ | ||
SubProjects = chflags chmod chown cksum compress cp dd df du install \ | ||
ipcrm ipcs ln ls\ | ||
mkdir mkfifo mknod mv pathchk pax rm rmdir rmt shar stat\ | ||
touch | ||
|
||
OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble | ||
|
||
MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | ||
CODE_GEN_STYLE = DYNAMIC | ||
MAKEFILE = aggregate.make | ||
LIBS = | ||
DEBUG_LIBS = $(LIBS) | ||
PROF_LIBS = $(LIBS) | ||
|
||
OTHER_LDFLAGS += -dead_strip | ||
NEXTSTEP_PB_CFLAGS = -mdynamic-no-pic -no-cpp-precomp -I "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" -include TargetConditionals.h | ||
ifneq ($(SDKROOT),) | ||
OTHER_CFLAGS += -isysroot "$(SDKROOT)" | ||
OTHER_LDFLAGS += -Wl,-syslibroot,"$(SDKROOT)" | ||
ifeq ($(Embedded),NO) | ||
#libcrypto missing | ||
SubProjects += mtree | ||
endif | ||
|
||
NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build | ||
|
||
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | ||
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | ||
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | ||
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | ||
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | ||
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | ||
|
||
include $(MAKEFILEDIR)/platform.make | ||
|
||
-include Makefile.preamble | ||
|
||
include $(MAKEFILEDIR)/$(MAKEFILE) | ||
|
||
-include Makefile.postamble | ||
|
||
-include Makefile.dependencies | ||
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,11 @@ | ||
# | ||
# Generated by the NeXT Project Builder. | ||
# | ||
# NOTE: Do NOT change this file -- Project Builder maintains it. | ||
# | ||
# Put all of your customizations in files called Makefile.preamble | ||
# and Makefile.postamble (both optional), and Makefile will include them. | ||
# | ||
|
||
NAME = chflags | ||
|
||
PROJECTVERSION = 2.8 | ||
PROJECT_TYPE = Tool | ||
Project = chflags | ||
Install_Dir = /usr/bin | ||
|
||
CFILES = chflags.c | ||
MANPAGES = chflags.1 | ||
|
||
OTHERSRCS = Makefile Makefile.preamble Makefile.postamble chflags.1 | ||
|
||
OTHER_CFLAGS = -D__FBSDID=__RCSID | ||
|
||
MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | ||
CODE_GEN_STYLE = DYNAMIC | ||
MAKEFILE = tool.make | ||
NEXTSTEP_INSTALLDIR = /usr/bin | ||
LIBS = | ||
DEBUG_LIBS = $(LIBS) | ||
PROF_LIBS = $(LIBS) | ||
|
||
|
||
|
||
|
||
NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/developer_cmds/Build | ||
|
||
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | ||
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | ||
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | ||
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | ||
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | ||
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | ||
|
||
include $(MAKEFILEDIR)/platform.make | ||
|
||
-include Makefile.preamble | ||
|
||
include $(MAKEFILEDIR)/$(MAKEFILE) | ||
|
||
-include Makefile.postamble | ||
Extra_CC_Flags = -Wall -mdynamic-no-pic \ | ||
-D__FBSDID=__RCSID | ||
Extra_LD_Flags = -dead_strip | ||
|
||
-include Makefile.dependencies | ||
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,11 @@ | ||
# | ||
# Generated by the NeXT Project Builder. | ||
# | ||
# NOTE: Do NOT change this file -- Project Builder maintains it. | ||
# | ||
# Put all of your customizations in files called Makefile.preamble | ||
# and Makefile.postamble (both optional), and Makefile will include them. | ||
# | ||
|
||
NAME = chmod | ||
|
||
PROJECTVERSION = 2.8 | ||
PROJECT_TYPE = Tool | ||
|
||
HFILES = chmod_acl.h | ||
Project = chmod | ||
Install_Dir = /bin | ||
|
||
CFILES = chmod.c chmod_acl.c | ||
MANPAGES = chmod.1 | ||
|
||
OTHERSRCS = Makefile Makefile.preamble Makefile.postamble chmod.1 | ||
|
||
|
||
MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | ||
CODE_GEN_STYLE = DYNAMIC | ||
MAKEFILE = tool.make | ||
NEXTSTEP_INSTALLDIR = /bin | ||
LIBS = | ||
DEBUG_LIBS = $(LIBS) | ||
PROF_LIBS = $(LIBS) | ||
|
||
|
||
|
||
|
||
NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build | ||
|
||
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | ||
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | ||
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | ||
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | ||
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | ||
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | ||
|
||
include $(MAKEFILEDIR)/platform.make | ||
|
||
-include Makefile.preamble | ||
|
||
include $(MAKEFILEDIR)/$(MAKEFILE) | ||
|
||
-include Makefile.postamble | ||
Extra_CC_Flags = -Wall -mdynamic-no-pic \ | ||
-D__FBSDID=__RCSID | ||
Extra_LD_Flags = -dead_strip | ||
|
||
-include Makefile.dependencies | ||
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,15 @@ | ||
# | ||
# Generated by the NeXT Project Builder. | ||
# | ||
# NOTE: Do NOT change this file -- Project Builder maintains it. | ||
# | ||
# Put all of your customizations in files called Makefile.preamble | ||
# and Makefile.postamble (both optional), and Makefile will include them. | ||
# | ||
|
||
NAME = chown | ||
|
||
PROJECTVERSION = 2.8 | ||
PROJECT_TYPE = Tool | ||
Project = chown | ||
Install_Dir = /usr/sbin | ||
|
||
CFILES = chown.c | ||
MANPAGES = chgrp.1 chown.8 | ||
|
||
OTHERSRCS = Makefile Makefile.preamble Makefile.postamble chgrp.1\ | ||
chown.8 | ||
|
||
|
||
MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | ||
CODE_GEN_STYLE = DYNAMIC | ||
MAKEFILE = tool.make | ||
NEXTSTEP_INSTALLDIR = /usr/sbin | ||
LIBS = | ||
DEBUG_LIBS = $(LIBS) | ||
PROF_LIBS = $(LIBS) | ||
|
||
|
||
NEXTSTEP_PB_CFLAGS = -DSUPPORT_DOT | ||
|
||
|
||
NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build | ||
|
||
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | ||
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | ||
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | ||
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | ||
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | ||
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | ||
|
||
include $(MAKEFILEDIR)/platform.make | ||
|
||
-include Makefile.preamble | ||
|
||
include $(MAKEFILEDIR)/$(MAKEFILE) | ||
Extra_CC_Flags = -Wall -mdynamic-no-pic \ | ||
-D__FBSDID=__RCSID | ||
Extra_LD_Flags = -dead_strip | ||
|
||
-include Makefile.postamble | ||
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make | ||
|
||
-include Makefile.dependencies | ||
after_install: | ||
$(LN) -f $(DSTROOT)$(Install_Dir)/chown \ | ||
$(DSTROOT)/usr/bin/chgrp |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.