Subversion Repositories Kolibri OS

Rev

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

Rev 4362 Rev 4367
Line 51... Line 51...
51
	$(NULL)
51
	$(NULL)
52
 
52
 
Line 53... Line 53...
53
OBJECTS     = $(patsubst %.c, %.o, $(SOURCES))
53
OBJECTS     = $(patsubst %.c, %.o, $(SOURCES))
Line -... Line 54...
-
 
54
 
-
 
55
ifeq ($(findstring ebox,$(MAKECMDGOALS)),ebox)
-
 
56
CFLAGS+=-march=pentium-mmx
-
 
57
endif
54
 
58
 
Line 55... Line 59...
55
# targets 
59
# targets 
Line -... Line 60...
-
 
60
 
-
 
61
all:$(LIBRARY).a $(LIBRARY).dll
Line 56... Line 62...
56
 
62
 
57
all:$(LIBRARY).a $(LIBRARY).dll
63
ebox:$(LIBRARY).a $(LIBRARY).dll
58
 
64