Automake Manager and configure switches
Łukasz Michalski
l.michalski at ant.gliwice.pl
Mon May 30 09:16:45 BST 2005
Hi,
I have configure switches that set AM_CONDITIONAL variables that are used in
Makefile.am:
if COMPILE_SINGLE
CLIENT = client
client_SOURCES = $(srcfiles)
endif
if COMPILE_NET
NETCLIENT = netclient
netclient_SOURCES = $(srcfiles)
endif
bin_PROGRAMS = $(CLIENT) $(NETCLIENT)
This way i see $(CLIENT) and $(NETCLIENT) variables as programs in Kdevelop
Automake Manager and I cannot run or debug them.
Is there any way to do it in the way that Automake Manager understand ?
Thanks,
Łukasz
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list