Streamlined the source file list formatting in plugin makefiles.
This commit is contained in:
@@ -12,8 +12,8 @@ libstrongswan_android_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswa
|
||||
endif
|
||||
|
||||
libstrongswan_android_la_SOURCES = \
|
||||
android_plugin.c android_plugin.h \
|
||||
android_handler.c android_handler.h
|
||||
android_plugin.c android_plugin.h \
|
||||
android_handler.c android_handler.h
|
||||
|
||||
libstrongswan_android_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_android_la_LIBADD += -lcutils
|
||||
|
||||
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-attr.la
|
||||
libstrongswan_attr_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_attr_la_SOURCES = attr_plugin.h attr_plugin.c \
|
||||
attr_provider.h attr_provider.c
|
||||
libstrongswan_attr_la_SOURCES = \
|
||||
attr_plugin.h attr_plugin.c \
|
||||
attr_provider.h attr_provider.c
|
||||
|
||||
libstrongswan_attr_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,7 +11,9 @@ plugin_LTLIBRARIES = libstrongswan-eap-aka.la
|
||||
libstrongswan_eap_aka_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libsimaka/libsimaka.la
|
||||
endif
|
||||
|
||||
libstrongswan_eap_aka_la_SOURCES = eap_aka_plugin.h eap_aka_plugin.c \
|
||||
eap_aka_peer.h eap_aka_peer.c \
|
||||
eap_aka_server.h eap_aka_server.c
|
||||
libstrongswan_eap_aka_la_SOURCES = \
|
||||
eap_aka_plugin.h eap_aka_plugin.c \
|
||||
eap_aka_peer.h eap_aka_peer.c \
|
||||
eap_aka_server.h eap_aka_server.c
|
||||
|
||||
libstrongswan_eap_aka_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -12,9 +12,10 @@ libstrongswan_eap_aka_3gpp2_la_LIBADD = $(top_builddir)/src/libstrongswan/libstr
|
||||
endif
|
||||
|
||||
libstrongswan_eap_aka_3gpp2_la_SOURCES = \
|
||||
eap_aka_3gpp2_plugin.h eap_aka_3gpp2_plugin.c \
|
||||
eap_aka_3gpp2_card.h eap_aka_3gpp2_card.c \
|
||||
eap_aka_3gpp2_provider.h eap_aka_3gpp2_provider.c \
|
||||
eap_aka_3gpp2_functions.h eap_aka_3gpp2_functions.c
|
||||
eap_aka_3gpp2_plugin.h eap_aka_3gpp2_plugin.c \
|
||||
eap_aka_3gpp2_card.h eap_aka_3gpp2_card.c \
|
||||
eap_aka_3gpp2_provider.h eap_aka_3gpp2_provider.c \
|
||||
eap_aka_3gpp2_functions.h eap_aka_3gpp2_functions.c
|
||||
|
||||
libstrongswan_eap_aka_3gpp2_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_eap_aka_3gpp2_la_LIBADD += -lgmp
|
||||
|
||||
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-eap-gtc.la
|
||||
libstrongswan_eap_gtc_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_eap_gtc_la_SOURCES = eap_gtc_plugin.h eap_gtc_plugin.c eap_gtc.h eap_gtc.c
|
||||
libstrongswan_eap_gtc_la_SOURCES = \
|
||||
eap_gtc_plugin.h eap_gtc_plugin.c eap_gtc.h eap_gtc.c
|
||||
|
||||
libstrongswan_eap_gtc_la_LDFLAGS = -module -avoid-version -lpam
|
||||
|
||||
@@ -11,5 +11,6 @@ libstrongswan_eap_identity_la_LIBADD = $(top_builddir)/src/libstrongswan/libstro
|
||||
endif
|
||||
|
||||
libstrongswan_eap_identity_la_SOURCES = \
|
||||
eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
|
||||
eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
|
||||
|
||||
libstrongswan_eap_identity_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-eap-md5.la
|
||||
libstrongswan_eap_md5_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_eap_md5_la_SOURCES = eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c
|
||||
libstrongswan_eap_md5_la_SOURCES = \
|
||||
eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c
|
||||
|
||||
libstrongswan_eap_md5_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -13,4 +13,5 @@ endif
|
||||
libstrongswan_eap_mschapv2_la_SOURCES = \
|
||||
eap_mschapv2_plugin.h eap_mschapv2_plugin.c \
|
||||
eap_mschapv2.h eap_mschapv2.c
|
||||
|
||||
libstrongswan_eap_mschapv2_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,8 +11,9 @@ libstrongswan_eap_radius_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrong
|
||||
endif
|
||||
|
||||
libstrongswan_eap_radius_la_SOURCES = \
|
||||
eap_radius_plugin.h eap_radius_plugin.c \
|
||||
eap_radius.h eap_radius.c \
|
||||
radius_client.h radius_client.c \
|
||||
radius_message.h radius_message.c
|
||||
eap_radius_plugin.h eap_radius_plugin.c \
|
||||
eap_radius.h eap_radius.c \
|
||||
radius_client.h radius_client.c \
|
||||
radius_message.h radius_message.c
|
||||
|
||||
libstrongswan_eap_radius_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,6 +11,9 @@ plugin_LTLIBRARIES = libstrongswan-eap-sim.la
|
||||
libstrongswan_eap_sim_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libsimaka/libsimaka.la
|
||||
endif
|
||||
|
||||
libstrongswan_eap_sim_la_SOURCES = eap_sim_plugin.h eap_sim_plugin.c \
|
||||
eap_sim_peer.h eap_sim_peer.c \
|
||||
eap_sim_server.h eap_sim_server.c
|
||||
libstrongswan_eap_sim_la_SOURCES = \
|
||||
eap_sim_plugin.h eap_sim_plugin.c \
|
||||
eap_sim_peer.h eap_sim_peer.c \
|
||||
eap_sim_server.h eap_sim_server.c
|
||||
|
||||
libstrongswan_eap_sim_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,8 +11,9 @@ libstrongswan_eap_sim_file_la_LIBADD = $(top_builddir)/src/libstrongswan/libstro
|
||||
endif
|
||||
|
||||
libstrongswan_eap_sim_file_la_SOURCES = \
|
||||
eap_sim_file_plugin.h eap_sim_file_plugin.c \
|
||||
eap_sim_file_card.h eap_sim_file_card.c \
|
||||
eap_sim_file_provider.h eap_sim_file_provider.c \
|
||||
eap_sim_file_triplets.h eap_sim_file_triplets.c
|
||||
eap_sim_file_plugin.h eap_sim_file_plugin.c \
|
||||
eap_sim_file_card.h eap_sim_file_card.c \
|
||||
eap_sim_file_provider.h eap_sim_file_provider.c \
|
||||
eap_sim_file_triplets.h eap_sim_file_triplets.c
|
||||
|
||||
libstrongswan_eap_sim_file_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,7 +11,8 @@ libstrongswan_eap_simaka_pseudonym_la_LIBADD = $(top_builddir)/src/libstrongswan
|
||||
endif
|
||||
|
||||
libstrongswan_eap_simaka_pseudonym_la_SOURCES = \
|
||||
eap_simaka_pseudonym_plugin.h eap_simaka_pseudonym_plugin.c \
|
||||
eap_simaka_pseudonym_card.h eap_simaka_pseudonym_card.c \
|
||||
eap_simaka_pseudonym_provider.h eap_simaka_pseudonym_provider.c
|
||||
eap_simaka_pseudonym_plugin.h eap_simaka_pseudonym_plugin.c \
|
||||
eap_simaka_pseudonym_card.h eap_simaka_pseudonym_card.c \
|
||||
eap_simaka_pseudonym_provider.h eap_simaka_pseudonym_provider.c
|
||||
|
||||
libstrongswan_eap_simaka_pseudonym_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,7 +11,8 @@ libstrongswan_eap_simaka_reauth_la_LIBADD = $(top_builddir)/src/libstrongswan/li
|
||||
endif
|
||||
|
||||
libstrongswan_eap_simaka_reauth_la_SOURCES = \
|
||||
eap_simaka_reauth_plugin.h eap_simaka_reauth_plugin.c \
|
||||
eap_simaka_reauth_card.h eap_simaka_reauth_card.c \
|
||||
eap_simaka_reauth_provider.h eap_simaka_reauth_provider.c
|
||||
eap_simaka_reauth_plugin.h eap_simaka_reauth_plugin.c \
|
||||
eap_simaka_reauth_card.h eap_simaka_reauth_card.c \
|
||||
eap_simaka_reauth_provider.h eap_simaka_reauth_provider.c
|
||||
|
||||
libstrongswan_eap_simaka_reauth_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-kernel-klips.la
|
||||
libstrongswan_kernel_klips_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_kernel_klips_la_SOURCES = kernel_klips_plugin.h kernel_klips_plugin.c \
|
||||
libstrongswan_kernel_klips_la_SOURCES = \
|
||||
kernel_klips_plugin.h kernel_klips_plugin.c \
|
||||
kernel_klips_ipsec.h kernel_klips_ipsec.c pfkeyv2.h
|
||||
|
||||
libstrongswan_kernel_klips_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -12,7 +12,9 @@ plugin_LTLIBRARIES = libstrongswan-kernel-netlink.la
|
||||
libstrongswan_kernel_netlink_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_kernel_netlink_la_SOURCES = kernel_netlink_plugin.h kernel_netlink_plugin.c \
|
||||
libstrongswan_kernel_netlink_la_SOURCES = \
|
||||
kernel_netlink_plugin.h kernel_netlink_plugin.c \
|
||||
kernel_netlink_ipsec.h kernel_netlink_ipsec.c kernel_netlink_net.h kernel_netlink_net.c \
|
||||
kernel_netlink_shared.h kernel_netlink_shared.c
|
||||
|
||||
libstrongswan_kernel_netlink_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfkey.la
|
||||
libstrongswan_kernel_pfkey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_kernel_pfkey_la_SOURCES = kernel_pfkey_plugin.h kernel_pfkey_plugin.c \
|
||||
libstrongswan_kernel_pfkey_la_SOURCES = \
|
||||
kernel_pfkey_plugin.h kernel_pfkey_plugin.c \
|
||||
kernel_pfkey_ipsec.h kernel_pfkey_ipsec.c
|
||||
|
||||
libstrongswan_kernel_pfkey_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfroute.la
|
||||
libstrongswan_kernel_pfroute_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_kernel_pfroute_la_SOURCES = kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
|
||||
libstrongswan_kernel_pfroute_la_SOURCES = \
|
||||
kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
|
||||
kernel_pfroute_net.h kernel_pfroute_net.c
|
||||
|
||||
libstrongswan_kernel_pfroute_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,11 +11,11 @@ libstrongswan_load_tester_la_LIBADD = $(top_builddir)/src/libstrongswan/libstron
|
||||
endif
|
||||
|
||||
libstrongswan_load_tester_la_SOURCES = \
|
||||
load_tester_plugin.c load_tester_plugin.h \
|
||||
load_tester_config.c load_tester_config.h \
|
||||
load_tester_creds.c load_tester_creds.h \
|
||||
load_tester_ipsec.c load_tester_ipsec.h \
|
||||
load_tester_listener.c load_tester_listener.h \
|
||||
load_tester_diffie_hellman.c load_tester_diffie_hellman.h
|
||||
load_tester_plugin.c load_tester_plugin.h \
|
||||
load_tester_config.c load_tester_config.h \
|
||||
load_tester_creds.c load_tester_creds.h \
|
||||
load_tester_ipsec.c load_tester_ipsec.h \
|
||||
load_tester_listener.c load_tester_listener.h \
|
||||
load_tester_diffie_hellman.c load_tester_diffie_hellman.h
|
||||
|
||||
libstrongswan_load_tester_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -10,8 +10,10 @@ plugin_LTLIBRARIES = libstrongswan-medcli.la
|
||||
libstrongswan_medcli_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_medcli_la_SOURCES = medcli_plugin.h medcli_plugin.c \
|
||||
medcli_creds.h medcli_creds.c \
|
||||
medcli_config.h medcli_config.c \
|
||||
medcli_listener.h medcli_listener.c
|
||||
libstrongswan_medcli_la_SOURCES = \
|
||||
medcli_plugin.h medcli_plugin.c \
|
||||
medcli_creds.h medcli_creds.c \
|
||||
medcli_config.h medcli_config.c \
|
||||
medcli_listener.h medcli_listener.c
|
||||
|
||||
libstrongswan_medcli_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -10,7 +10,9 @@ plugin_LTLIBRARIES = libstrongswan-medsrv.la
|
||||
libstrongswan_medsrv_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_medsrv_la_SOURCES = medsrv_plugin.h medsrv_plugin.c \
|
||||
medsrv_creds.h medsrv_creds.c \
|
||||
medsrv_config.h medsrv_config.c
|
||||
libstrongswan_medsrv_la_SOURCES = \
|
||||
medsrv_plugin.h medsrv_plugin.c \
|
||||
medsrv_creds.h medsrv_creds.c \
|
||||
medsrv_config.h medsrv_config.c
|
||||
|
||||
libstrongswan_medsrv_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -13,9 +13,10 @@ libstrongswan_nm_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_nm_la_SOURCES = \
|
||||
nm_plugin.h nm_plugin.c \
|
||||
nm_service.h nm_service.c \
|
||||
nm_creds.h nm_creds.c \
|
||||
nm_handler.h nm_handler.c
|
||||
nm_plugin.h nm_plugin.c \
|
||||
nm_service.h nm_service.c \
|
||||
nm_creds.h nm_creds.c \
|
||||
nm_handler.h nm_handler.c
|
||||
|
||||
libstrongswan_nm_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_nm_la_LIBADD += ${nm_LIBS}
|
||||
|
||||
@@ -12,6 +12,7 @@ libstrongswan_resolve_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswa
|
||||
endif
|
||||
|
||||
libstrongswan_resolve_la_SOURCES = \
|
||||
resolve_plugin.h resolve_plugin.c \
|
||||
resolve_handler.h resolve_handler.c
|
||||
resolve_plugin.h resolve_plugin.c \
|
||||
resolve_handler.h resolve_handler.c
|
||||
|
||||
libstrongswan_resolve_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,6 +11,8 @@ plugin_LTLIBRARIES = libstrongswan-smp.la
|
||||
libstrongswan_smp_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_smp_la_SOURCES = smp.h smp.c
|
||||
libstrongswan_smp_la_SOURCES = \
|
||||
smp.h smp.c
|
||||
|
||||
libstrongswan_smp_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_smp_la_LIBADD += ${xml_LIBS}
|
||||
|
||||
@@ -12,6 +12,7 @@ libstrongswan_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_sql_la_SOURCES = \
|
||||
sql_plugin.h sql_plugin.c sql_config.h sql_config.c \
|
||||
sql_cred.h sql_cred.c sql_logger.h sql_logger.c
|
||||
sql_plugin.h sql_plugin.c sql_config.h sql_config.c \
|
||||
sql_cred.h sql_cred.c sql_logger.h sql_logger.c
|
||||
|
||||
libstrongswan_sql_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -13,14 +13,15 @@ plugin_LTLIBRARIES = libstrongswan-stroke.la
|
||||
libstrongswan_stroke_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
|
||||
stroke_socket.h stroke_socket.c \
|
||||
stroke_config.h stroke_config.c \
|
||||
stroke_control.h stroke_control.c \
|
||||
stroke_cred.h stroke_cred.c \
|
||||
stroke_ca.h stroke_ca.c \
|
||||
stroke_attribute.h stroke_attribute.c \
|
||||
stroke_list.h stroke_list.c \
|
||||
stroke_shared_key.h stroke_shared_key.c
|
||||
libstrongswan_stroke_la_SOURCES = \
|
||||
stroke_plugin.h stroke_plugin.c \
|
||||
stroke_socket.h stroke_socket.c \
|
||||
stroke_config.h stroke_config.c \
|
||||
stroke_control.h stroke_control.c \
|
||||
stroke_cred.h stroke_cred.c \
|
||||
stroke_ca.h stroke_ca.c \
|
||||
stroke_attribute.h stroke_attribute.c \
|
||||
stroke_list.h stroke_list.c \
|
||||
stroke_shared_key.h stroke_shared_key.c
|
||||
|
||||
libstrongswan_stroke_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -12,10 +12,9 @@ libstrongswan_uci_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_uci_la_SOURCES = \
|
||||
uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
|
||||
uci_config.h uci_config.c uci_creds.h uci_creds.c \
|
||||
uci_control.h uci_control.c
|
||||
uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
|
||||
uci_config.h uci_config.c uci_creds.h uci_creds.c \
|
||||
uci_control.h uci_control.c
|
||||
|
||||
libstrongswan_uci_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_uci_la_LIBADD += -luci
|
||||
|
||||
|
||||
|
||||
@@ -10,19 +10,20 @@ plugin_LTLIBRARIES = libstrongswan-unit-tester.la
|
||||
libstrongswan_unit_tester_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_unit_tester_la_SOURCES = unit_tester.c unit_tester.h tests.h \
|
||||
tests/test_enumerator.c \
|
||||
tests/test_auth_info.c \
|
||||
tests/test_curl.c \
|
||||
tests/test_mysql.c \
|
||||
tests/test_sqlite.c \
|
||||
tests/test_mutex.c \
|
||||
tests/test_rsa_gen.c \
|
||||
tests/test_cert.c \
|
||||
tests/test_med_db.c \
|
||||
tests/test_chunk.c \
|
||||
tests/test_pool.c \
|
||||
tests/test_agent.c \
|
||||
tests/test_id.c
|
||||
libstrongswan_unit_tester_la_SOURCES = \
|
||||
unit_tester.c unit_tester.h tests.h \
|
||||
tests/test_enumerator.c \
|
||||
tests/test_auth_info.c \
|
||||
tests/test_curl.c \
|
||||
tests/test_mysql.c \
|
||||
tests/test_sqlite.c \
|
||||
tests/test_mutex.c \
|
||||
tests/test_rsa_gen.c \
|
||||
tests/test_cert.c \
|
||||
tests/test_med_db.c \
|
||||
tests/test_chunk.c \
|
||||
tests/test_pool.c \
|
||||
tests/test_agent.c \
|
||||
tests/test_id.c
|
||||
|
||||
libstrongswan_unit_tester_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
@@ -11,6 +11,7 @@ libstrongswan_updown_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan
|
||||
endif
|
||||
|
||||
libstrongswan_updown_la_SOURCES = \
|
||||
updown_plugin.h updown_plugin.c \
|
||||
updown_listener.h updown_listener.c
|
||||
updown_plugin.h updown_plugin.c \
|
||||
updown_listener.h updown_listener.c
|
||||
|
||||
libstrongswan_updown_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
Reference in New Issue
Block a user