diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-01-30 20:51:38 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-01-30 20:51:38 +0000 |
| commit | 21d51f7e0a639a3224ffc45dc3c06854decf1d45 (patch) | |
| tree | 87c4a36f66510e79d7ec8315361bb8bbbb5767f5 /package/deps.mak | |
| download | apaste-21d51f7e0a639a3224ffc45dc3c06854decf1d45.tar.gz | |
Initial commit
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/deps.mak')
| -rw-r--r-- | package/deps.mak | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/deps.mak b/package/deps.mak new file mode 100644 index 0000000..3f6192a --- /dev/null +++ b/package/deps.mak @@ -0,0 +1,16 @@ +# +# This file has been generated by tools/gen-deps.sh +# + +src/client/apaste.o src/client/apaste.lo: src/client/apaste.c src/include/apaste/config.h +src/client/apastec.o src/client/apastec.lo: src/client/apastec.c src/include-local/apaste-common.h src/include/apaste/config.h src/client/apastec.h +src/client/send_file.o src/client/send_file.lo: src/client/send_file.c +src/server/apasted.o src/server/apasted.lo: src/server/apasted.c src/include-local/apaste-common.h src/include/apaste/config.h + +apaste: EXTRA_LIBS := -lskarnet +apaste: src/client/apaste.o +apastec: EXTRA_LIBS := -lskarnet ${SOCKET_LIB} ${SYSCLOCK_LIB} +apastec: src/client/apastec.o src/client/send_file.o +apasted: EXTRA_LIBS := -lskarnet ${SOCKET_LIB} ${SYSCLOCK_LIB} +apasted: src/server/apasted.o +INTERNAL_LIBS := |
