|
|
$(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE) | $(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE) |
$(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH) | $(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH) |
| |
$(ALLEGRO_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(ALLEGRO_LIB_FILE_RELEASE) $(CORE_LIB_FILE_RELEASE) |
$(ALLEGRO_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(ALLEGRO_LIB_FILE_RELEASE) |
$(CC) $^ -o $@ $(LDFLAGS) $(LINK_ALLEGRO) |
$(CC) $^ -o $@ $(LDFLAGS) -ldumb $(LINK_ALLEGRO) |
| |
$(CORE_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h | $(CORE_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h |
$(CC) -c $< -o $@ $(CFLAGS_RELEASE) | $(CC) -c $< -o $@ $(CFLAGS_RELEASE) |