home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
Online
/
Dial
/
source
/
Makefile
< prev
next >
Wrap
Makefile
|
2000-01-23
|
2KB
|
98 lines
# This Makefile has been generated automatically
# by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
# to be used with GCC
#
# GccOpts is free software for Amiga.
#
# To compile, just type 'make' in your shell environment.
#
##
## Please do NOT edit this file
##
#OUTP Dial
#CPU: 0
#VER: 1.3
#FPU: 0
#OLV: 0
#LNK: 1
#PRJ: GUI.c main.c listhooks.c
#PRJ: dialtone.c DialModem.c cat.c
#PRJ: Extern.c Hook_Utility.o
#OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
.PHONY : all
.PHONY : clean
# System configuration
SHELL = gnu:bin/sh
# System environment
CC = gcc
CODEGEN = -m68000 -noixemul
OPTIMIZATION = -O0
OPTIONS =
CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
LIB =
OBJ = GUI.o main.o listhooks.o \
dialtone.o DialModem.o cat.o \
Extern.o
ARCHIVE = Hook_Utility.o
Dial: $(OBJ)
$(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
all: clean Dial
clean:
rm -f GUI.o main.o listhooks.o dialtone.o \
DialModem.o cat.o Extern.o Dial
GUI.o: GUI.c GUI.h cat.h \
Hook_utility.h listhooks.h Extern.h
$(CC) $(CFLAGS) $(INCL) -c GUI.c
main.o: main.c GUI.h cat.h \
dialtone.h dialmodem.h listhooks.h \
OwnDevUnit.h
$(CC) $(CFLAGS) $(INCL) -c main.c
listhooks.o: listhooks.c cat.h
$(CC) $(CFLAGS) $(INCL) -c listhooks.c
dialtone.o: dialtone.c GUI.h cat.h \
listhooks.h extern.h
$(CC) $(CFLAGS) $(INCL) -c dialtone.c
DialModem.o: DialModem.c GUI.h cat.h \
listhooks.h extern.h OwnDevUnit.h
$(CC) $(CFLAGS) $(INCL) -c DialModem.c
cat.o: cat.c cat.h
$(CC) $(CFLAGS) $(INCL) -c cat.c
Extern.o: Extern.c GUI.h cat.h \
listhooks.h extern.h main.h
$(CC) $(CFLAGS) $(INCL) -c Extern.c
#END OF FILE#