aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE_data/Makefile.src
blob: 6a8b4f1245c4b7600e01e52c928eec198c1955d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NIF_LIBS = nif_SUITE.1@dll@ \
           nif_mod.1@dll@ \
           nif_mod.2@dll@ \
           nif_mod.3@dll@

all: $(NIF_LIBS)


@SHLIB_RULES@

$(NIF_LIBS): nif_SUITE.c nif_mod.c nif_mod.h