mirror of https://github.com/GNOME/gimp.git
14 lines
127 B
Makefile
14 lines
127 B
Makefile
![]() |
#if FALSE
|
||
|
#D_pdbgen=pdbgen
|
||
|
#else
|
||
|
#D_pdbgen=
|
||
|
#endif
|
||
|
|
||
|
if WITH_GCG
|
||
|
D_gcg=gcg
|
||
|
else
|
||
|
D_gcg=
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(D_gcg) # $(D_pdbgen)
|