mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
parent
110af3ff4d
commit
ff35a56934
5 changed files with 24 additions and 9 deletions
4
third_party/md5/Makefile
vendored
4
third_party/md5/Makefile
vendored
|
|
@ -33,10 +33,10 @@ endif
|
|||
all: md5.o md5.so
|
||||
|
||||
%.o : %.c
|
||||
$(Q)$(CC) -c $(CFLAGS) $<
|
||||
$(Q)$(CC) -c $(CFLAGS) $(TARGET_ARCH) $<
|
||||
|
||||
%.so : %.c
|
||||
$(Q)$(CC) $(FPIC) -c $(CFLAGS) $< -o $@
|
||||
$(Q)$(CC) $(FPIC) -c $(CFLAGS) $(TARGET_ARCH) $< -o $@
|
||||
|
||||
clean:
|
||||
$(Q)/bin/rm -f *.o *.so
|
||||
|
|
|
|||
4
third_party/minizip/Makefile
vendored
4
third_party/minizip/Makefile
vendored
|
|
@ -40,10 +40,10 @@ endif
|
|||
all: ioapi.o zip.o ioapi.so zip.so
|
||||
|
||||
%.o : %.c
|
||||
$(Q)$(CC) -c $(CFLAGS) $<
|
||||
$(Q)$(CC) -c $(CFLAGS) $(TARGET_ARCH) $<
|
||||
|
||||
%.so : %.c
|
||||
$(Q)$(CC) $(FPIC) -c $(CFLAGS) $< -o $@
|
||||
$(Q)$(CC) $(FPIC) -c $(CFLAGS) $(TARGET_ARCH) $< -o $@
|
||||
|
||||
clean:
|
||||
$(Q)/bin/rm -f *.o *.so
|
||||
|
|
|
|||
4
third_party/tmpfileplus/Makefile
vendored
4
third_party/tmpfileplus/Makefile
vendored
|
|
@ -33,10 +33,10 @@ endif
|
|||
all: tmpfileplus.o tmpfileplus.so
|
||||
|
||||
%.o : %.c
|
||||
$(Q)$(CC) -c $(CFLAGS) $<
|
||||
$(Q)$(CC) -c $(CFLAGS) $(TARGET_ARCH) $<
|
||||
|
||||
%.so : %.c
|
||||
$(Q)$(CC) $(FPIC) -c $(CFLAGS) $< -o $@
|
||||
$(Q)$(CC) $(FPIC) -c $(CFLAGS) $(TARGET_ARCH) $< -o $@
|
||||
|
||||
clean:
|
||||
$(Q)/bin/rm -f *.o *.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue