aboutsummaryrefslogblamecommitdiffstats
path: root/erts/emulator/test/async_ports_SUITE_data/Makefile.src
blob: 56da3fbe12b9a86990716db24a750ffb1cad9ed5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                             
 






                                                        

                   
                                                
CC = @CC@
LD = @LD@
CFLAGS = @CFLAGS@ @DEFS@
CROSSLDFLAGS = @CROSSLDFLAGS@

PROGS = cport@exe@


all: $(PROGS)

cport@exe@: cport@obj@
	$(LD) $(CROSSLDFLAGS) -o cport cport@obj@ @LIBS@

cport@obj@: cport.c
	$(CC) -c -o cport@obj@ $(CFLAGS) cport.c