Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
[RRG-proxmark3.git] / armsrc / Standalone / Makefile.inc
blobc4590866f342c5fd2fd5af6c2cda0005e8bc42b2
1 # Generic standalone Mode injection of source code
3 SRC_STANDALONE = placeholder.c
4 # WITH_STANDALONE_LF_SKELETON
5 ifneq (,$(findstring WITH_STANDALONE_LF_SKELETON,$(APP_CFLAGS)))
6     SRC_STANDALONE = lf_skeleton.c
7 endif
8 # WITH_STANDALONE_LF_SAMYRUN
9 ifneq (,$(findstring WITH_STANDALONE_LF_SAMYRUN,$(APP_CFLAGS)))
10     SRC_STANDALONE = lf_samyrun.c
11 endif
12 # WITH_STANDALONE_LF_PROXBRUTE
13 ifneq (,$(findstring WITH_STANDALONE_LF_PROXBRUTE,$(APP_CFLAGS)))
14     SRC_STANDALONE = lf_proxbrute.c
15 endif
16 # WITH_STANDALONE_LF_HIDBRUTE
17 ifneq (,$(findstring WITH_STANDALONE_LF_HIDBRUTE,$(APP_CFLAGS)))
18     SRC_STANDALONE = lf_hidbrute.c
19 endif
20 # WITH_STANDALONE_HF_YOUNG
21 ifneq (,$(findstring WITH_STANDALONE_HF_YOUNG,$(APP_CFLAGS)))
22     SRC_STANDALONE = hf_young.c
23 endif
24 # WITH_STANDALONE_HF_MATTYRUN
25 ifneq (,$(findstring WITH_STANDALONE_HF_MATTYRUN,$(APP_CFLAGS)))
26     SRC_STANDALONE = hf_mattyrun.c
27 endif
28 # WITH_STANDALONE_HF_COLIN
29 ifneq (,$(findstring WITH_STANDALONE_HF_COLIN,$(APP_CFLAGS)))
30     SRC_STANDALONE = vtsend.c hf_colin.c frozen.c nprintf.c
31 endif
32 # WITH_STANDALONE_HF_BOG
33 ifneq (,$(findstring WITH_STANDALONE_HF_BOG,$(APP_CFLAGS)))
34     SRC_STANDALONE = hf_bog.c
35 endif
36 # WITH_STANDALONE_HF_14ASNIFF
37 ifneq (,$(findstring WITH_STANDALONE_HF_14ASNIFF,$(APP_CFLAGS)))
38     SRC_STANDALONE = hf_14asniff.c
39 endif
40 # WITH_STANDALONE_HF_AVEFUL
41 ifneq (,$(findstring WITH_STANDALONE_HF_AVEFUL,$(APP_CFLAGS)))
42     SRC_STANDALONE = hf_aveful.c
43 endif
44 # WITH_STANDALONE_HF_TCPRST
45 ifneq (,$(findstring WITH_STANDALONE_HF_TCPRST,$(APP_CFLAGS)))
46     SRC_STANDALONE = hf_tcprst.c
47 endif
48 # WITH_STANDALONE_LF_ICEHID
49 ifneq (,$(findstring WITH_STANDALONE_LF_ICEHID,$(APP_CFLAGS)))
50     SRC_STANDALONE = lf_icehid.c
51 endif
52 # WITH_STANDALONE_LF_EM4100EMUL
53 ifneq (,$(findstring WITH_STANDALONE_LF_EM4100EMUL,$(APP_CFLAGS)))
54     SRC_STANDALONE = lf_em4100emul.c
55 endif
56 # WITH_STANDALONE_LF_EM4100RSWB
57 ifneq (,$(findstring WITH_STANDALONE_LF_EM4100RSWB,$(APP_CFLAGS)))
58     SRC_STANDALONE = lf_em4100rswb.c
59 endif
60 # WITH_STANDALONE_LF_EM4100RWC
61 ifneq (,$(findstring WITH_STANDALONE_LF_EM4100RWC,$(APP_CFLAGS)))
62     SRC_STANDALONE = lf_em4100rwc.c
63 endif
64 # WITH_STANDALONE_HF_LEGIC
65 ifneq (,$(findstring WITH_STANDALONE_HF_LEGIC,$(APP_CFLAGS)))
66    SRC_STANDALONE = hf_legic.c
67 endif
68 # WITH_STANDALONE_HF_MSDSAL
69 ifneq (,$(findstring WITH_STANDALONE_HF_MSDSAL,$(APP_CFLAGS)))
70     SRC_STANDALONE = hf_msdsal.c
71 endif
72 # WITH_STANDALONE_HF_ICECLASS
73 ifneq (,$(findstring WITH_STANDALONE_HF_ICECLASS,$(APP_CFLAGS)))
74     SRC_STANDALONE = hf_iceclass.c
75 endif
76 # WITH_STANDALONE_LF_THAREXDE
77 ifneq (,$(findstring WITH_STANDALONE_LF_THAREXDE,$(APP_CFLAGS)))
78     SRC_STANDALONE = lf_tharexde.c
79 endif
80 # WITH_STANDALONE_HF_CRAFTBYTE
81 ifneq (,$(findstring WITH_STANDALONE_HF_CRAFTBYTE,$(APP_CFLAGS)))
82     SRC_STANDALONE = hf_craftbyte.c
83 endif
84 # WITH_STANDALONE_HF_TMUDFORD
85 ifneq (,$(findstring WITH_STANDALONE_HF_TMUDFORD,$(APP_CFLAGS)))
86     SRC_STANDALONE = hf_tmudford.c
87 endif