xref: /aosp_15_r20/external/AFLplusplus/utils/plot_ui/Makefile (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1*08b48e0bSAndroid Build Coastguard WorkerCFLAGS=`pkg-config --cflags gtk+-3.0`
2*08b48e0bSAndroid Build Coastguard WorkerLDFLAGS=`pkg-config --libs gtk+-3.0`
3*08b48e0bSAndroid Build Coastguard Worker
4*08b48e0bSAndroid Build Coastguard Workerall:  afl-plot-ui
5*08b48e0bSAndroid Build Coastguard Worker
6*08b48e0bSAndroid Build Coastguard Workerafl-plot-ui:	afl-plot-ui.c
7*08b48e0bSAndroid Build Coastguard Worker	$(CC) $(CFLAGS) -o afl-plot-ui afl-plot-ui.c $(LDFLAGS)
8*08b48e0bSAndroid Build Coastguard Worker
9*08b48e0bSAndroid Build Coastguard Workerclean:
10*08b48e0bSAndroid Build Coastguard Worker	rm -f afl-plot-ui
11