summaryrefslogtreecommitdiffstats
path: root/src/config/Makefile.ini
blob: 4c46c67b6732778597f455d9e2ec8603ec98c705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
#   WARNING    WARNING    WARNING    WARNING    WARNING    WARNING    WARNING
#
# This is NOT an automatically generated Makefile!  It is hand-crafted as a 
# bootstrap, may need editing for your system.  The BOOTSTRAPCFLAGS variable
# may be given at the top of the build tree for systems that do not define
# any machine-specific preprocessor symbols.
#

BOOTSTRAPCFLAGS = 
    CDEBUGFLAGS = -O
         CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS)
          SHELL = /bin/sh
             RM = rm -f
           MAKE = make
         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
			tags TAGS make.log
          NPROC = 1

imake::
	@echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"

imake:: ccimake imake.c
	$(CC) -o imake $(CFLAGS) imake.c `./ccimake`

ccimake: ccimake.c
	$(CC) -o ccimake $(CFLAGS) ccimake.c

relink:
	$(RM) imake
	$(MAKE) $(MFLAGS) imake

clean:
	$(RM) ccimake imake
	$(RM_CMD) \#*

depend:


# for manual use

Makefile: imake
	imake -DNEWTOP=../

tags:

install:

install.man:

Makefiles: