Subversion Repositories Kolibri OS

Rev

Rev 1905 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1905 Rev 1907
Line 2... Line 2...
2
CPP=gcc -E
2
CPP=gcc -E
3
 
3
 
Line 4... Line 4...
4
CFLAGS= -c -combine -O2 -fomit-frame-pointer -ffast-math -mmmx -finline-functions 
4
CFLAGS= -c -combine -O2 -fomit-frame-pointer -ffast-math -mmmx -finline-functions 
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
LDIMPORT:= -nostdlib --out-implib libmpg123imp.a
6
LDIMPORT:= -nostdlib --out-implib libmpg123imp.a --exclude-libs libamz.a
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
LDFLAGS:=  -shared -s -T../newlib/dll.lds -Map map --image-base 0
8
LDFLAGS:=  -shared -s -T../newlib/dll.lds --image-base 0
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
%.o: %.c Makefile
61
%.o: %.c Makefile
62
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
62
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
Line 63... Line 63...
63
 
63
 
-
 
64
clean: 
-
 
65
	-rm -f *.o
-
 
66
 
-
 
67
clean:>
64
%.o:>
68