Skip to content

Commit

Permalink
Add a standardized wrapper around curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Dec 4, 2024
1 parent 523bb36 commit 9e82e31
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 12 deletions.
37 changes: 25 additions & 12 deletions filesel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ adbmeta-test$(EXE_SUFFIX): adbmeta-test.c adbmeta.c adbmeta.h \
../stuff/file.h
$(CC) $< -o $@

cdrom.o: cdrom.c \
../config.h \
../types.h \
../boot/plinkman.h \
cdrom.h \
dirdb.h \
filesystem.h \
filesystem-drive.h \
filesystem-file-mem.h \
mdb.h \
musicbrainz.h \
pfilesel.h \
../stuff/err.h
$(CC) $< -o $@ -c $(LIBDISCID_CFLAGS)

charsets.o: charsets.c \
../config.h \
../types.h \
Expand Down Expand Up @@ -93,20 +108,18 @@ dirdb-test$(EXE_SUFFIX): dirdb-test.c \
../stuff/file.h
$(CC) $< -o $@

cdrom.o: cdrom.c \
download.o: \
download.c \
download.h \
../config.h \
../types.h \
../boot/plinkman.h \
cdrom.h \
dirdb.h \
filesystem.h \
filesystem-drive.h \
filesystem-file-mem.h \
mdb.h \
musicbrainz.h \
pfilesel.h \
../stuff/err.h
$(CC) $< -o $@ -c $(LIBDISCID_CFLAGS)
../boot/psetting.h \
../filesel/dirdb.h \
../filesel/filesystem.h \
../filesel/filesystem-drive.h \
../filesel/filesystem-textfile.h \
../stuff/piperun.h
$(CC) $< -o $@ -c

filesystem.o: filesystem.c \
../config.h \
Expand Down
1 change: 1 addition & 0 deletions filesel/Makefile-static
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ adbmeta.o \
charsets.o \
cphlpfs.o \
dirdb.o \
download.o \
filesystem.o \
filesystem-ancient.o \
filesystem-bzip2.o \
Expand Down
Loading

0 comments on commit 9e82e31

Please sign in to comment.