- # Makefile for jam
- CC = cc
- CFLAGS =
- EXENAME = ./jam0
- TARGET = -o $(EXENAME)
- # Special flavors - uncomment appropriate lines
- # NCR seems to have a broken readdir() -- use gnu
- #CC = gcc
- # AIX needs -lbsd, and has no identifying cpp symbol
- # Use _AIX41 if you're not on 3.2 anymore.
- #LINKLIBS = -lbsd
- #CFLAGS = -D_AIX
- # NT (with Microsoft compiler)
- # Use FATFS if building on a DOS FAT file system
- #Lib = $(MSVCNT)/lib
- #Include = $(MSVCNT)/include
- #CC = cl /nologo
- #CFLAGS = -I $(Include) -DNT
- #TARGET = /Fejam0
- #LINKLIBS = $(Lib)/oldnames.lib $(Lib)/kernel32.lib $(Lib)/libc.lib
- #EXENAME = .\jam0.exe
- # NT (with Microsoft compiler)
- # People with DevStudio settings already in shell environment.
- #CC = cl /nologo
- #CFLAGS = -DNT
- #TARGET = /Fejam0
- #EXENAME = .\jam0.exe
- # Interix - gcc
- #CC = gcc
- # Cygwin - gcc & cygwin
- #CC = gcc
- #CFLAGS = -D__cygwin__
- # MingW32
- #CC = gcc
- #CFLAGS = -DMINGW
- # MPEIX
- #CC = gcc
- #CFLAGS = -I/usr/include -D_POSIX_SOURCE
- # QNX rtp (neutrino)
- #CC = gcc
- # OS/2 (with Watcom compiler)
- #CC = wcl386
- #CFLAGS = /zq /I$(WATCOM)\\h
- #EXENAME = .\jam0
- #TARGET = /Fe=$(EXENAME)
- # OS/2 (with emx/gcc)
- # -save-temps is a workaround to resolve a temporary file name conflict
- #CC = gcc
- #CFLAGS = -D__OS2__ -save-temps
- #EXENAME = .\jam0.exe
- SOURCES = \
- builtins.c \
- command.c compile.c execunix.c execvms.c expand.c \
- filent.c fileos2.c fileunix.c filevms.c glob.c hash.c \
- headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c \
- newstr.c option.c parse.c pathunix.c pathvms.c regexp.c \
- rules.c scan.c search.c timestamp.c variable.c
- all: $(EXENAME)
- $(EXENAME)
- $(EXENAME):
- $(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 4346 | Christoph Schulte Moenting | Added emx/gcc support on OS/2. * Makefile: Added appropriate section for initial b...uild * fileos2.c: Added necessary #include and #define directives * Jambase: Modified OS/2 sections to allow both Watcom or emx/gcc * jambase.c: Generated by mkjambase from new Jambase file * Jambase.html: Adapted to document EMXGCC variable used on OS/2 « |
21 years ago | |
#2 | 4341 | Christoph Schulte Moenting | Made Jam compilable on OS/2 with Watcom compiler. * Makefile: Added appropriate se...ction (you still have to use 'nmake' with this Makefile, not the Watcom 'wmake') * execunix.c: Fixed execcmd() for #ifdef OS_OS2. The temporary script file is named .cmd instead of .bat so that an OS/2 shell will be executed, not a DOS shell. « |
21 years ago | |
#1 | 4340 | Christoph Schulte Moenting | Created branch //guest/christoph_schulte_moenting/jam/... from //public/jam/... @ changel...ist 3174 « |
21 years ago | |
//guest/perforce_software/jam/src/Makefile | |||||
#9 | 2485 | rmg | Beos updates for jam from "Ingo Weinhold" <bonefish@cs.tu-berlin.de>. Porting cha...nge. === computer:1666: Change 35634 by seiwald@play-seiwald on 2002/08/16 11:42:39 « |
22 years ago | |
#8 | 2481 | rmg | Put . in the path of jam0, at long last. === computer:1666: Change 34039 by seiwald@tri...cks on 2002/06/03 11:05:04 Jam relnote about $(EXENAME) in the Makefile. User visible change being documented in RELNOTES. === computer:1666: Change 34517 by seiwald@play-seiwald on 2002/06/22 00:19:32 « |
22 years ago | |
#7 | 1571 | Perforce staff |
MINGW port by Max Blagai. Porting change documented in RELNOTES. |
23 years ago | |
#6 | 1355 | rmg | Record integration of Change 281 by john_belmonte. (This was actually dropped in... as part of the Jam 2.3 release; the present change serves to record the fact in the integration history, only.) « |
23 years ago | |
#5 | 1319 | rmg | Jam 2.3 + Perforce's internal changes. This change is a drop of the Perforce internal J...am changes since the 2.3 public release. The individual changes represented herein are preserved in the //guest/richard_geiger/intjam/ branch. The intent of this drop is to provide a base, from which other contributors' Jam branches may be integrated into. It is not intended to become a packaged release in this state. We will be integrating changes from other users prior to creating the next packaged release. Please refer to the src/RELNOTES file for an overview of the changes present in this integration. - Richard Geiger Open Source Engineer at Perforce « |
23 years ago | |
#4 | 486 | Perforce staff | Jam 2.3. See RELNOTES for a list of changes from 2.2.x. Just about every source... file was touched when jam got ANSI-fied. « |
24 years ago | |
#3 | 67 | Laura Wingerd | Integrate Perforce's jam changes & project page update (change 59, change 60, change... 61, change 62, change 63, change 64, change 66) « |
26 years ago | |
#2 | 5 | Perforce maintenance | Jam/MR 2.2.4 (HDRPATTERN, JAMUNAME, JAMSHELL, plus misc tweaks) | 27 years ago | |
#1 | 2 | laura | Add Jam/MR 2.2 source | 27 years ago |