诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 regels
405 B

  1. #
  2. # libcurl Makefile for AmigaOS ...
  3. #
  4. # change the follow to where you have the AmiTCP SDK v4.3 includes:
  5. ATCPSDKI= /GG/netinclude
  6. CC = m68k-amigaos-gcc
  7. CFLAGS = -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
  8. include Makefile.inc
  9. OBJS = $(CSOURCES:.c=.o)
  10. all: $(OBJS)
  11. ar cru libcurl.a $(OBJS)
  12. ranlib libcurl.a
  13. install:
  14. $(INSTALL) -c ./libcurl.a /lib/libcurl.a