Skip to content
Snippets Groups Projects
Select Git revision
  • 5bd25926119f1390cad5fe794c111aff3f6d295e
  • inj_dropped_data_refiltering
  • offline_new-workflow
  • onw-rank-no-scitokens
  • remove-unnecessary-scitokens
  • osg-dev
  • offline_new-workflow_o4bssm_rank
  • single-detector-study
  • offline_new-workflow-o4b_rerank_emtrigger_dtdphi
  • o4b-online
  • offline_new_workflow_gwtc5
  • o4b-online-rewhiten
  • osg-dev-gcc13
  • combine
  • o4b-online_compression_fix
  • mcvt_plus_fastpath_updated_kipp_latest_ligolw
  • o4b-ew-nofinish-unhealthy
  • o4b-ew
  • gw-glint-search-new-configs
  • gw-glint-search-2
  • o4a_imbh_interp_inj_frames
  • o4b-offline_allsky_inj_filtering-v2.1.0
  • o4b-gwtc5-rank-v0.0.0
  • o4b-offline_ssm_rank-v1.0.3
  • o4b-online-rewhiten-v1.1.0
  • o4b-ew-v1.1.4
  • o4b-offline_ssm_rank-v1.0.2
  • imbh_offline_O4b
  • o4b-offline_allsky_inj_filtering-v2.0.2
  • o4b-online_ssm-v1.1.7
  • o4b-online-v1.1.4
  • o4b-offline_allsky_inj_filtering-v2.0.1
  • o4b-offline_allsky_inj_filtering-v2.0.0
  • o4b-offline_allsky_inj_filtering-v1.0.0
  • o4b-ew-v1.1.3
  • o4b-online_ssm-v1.1.6
  • o4b-online-v1.1.3
  • o4b-online_ssm-v1.1.5
  • o4b-ew-v1.1.2
  • o4a-gwtc4-rank-v2.0.0
  • o4b-offline_ssm_rank-v1.0.0
41 results

Makefile.am

Blame
  • Makefile.am 495 B
    ACLOCAL_AMFLAGS = -I gnuscripts
    EXTRA_DIST = gstlal-ugly.spec
    SUBDIRS = debian lib gst python bin share tests examples
    
    # check that the most recent changelog entry's version matches the package
    # version
    
    check-local :
    	@CHANGELOG_VERSION=`"head" -n 1 $(top_srcdir)/debian/changelog | "sed" -e "s?.*(\([.0-9]*\).*?\1?"` ; [ "$${CHANGELOG_VERSION}" = "$(PACKAGE_VERSION)" ] || { "echo" "debian/changelog <--> package version mismatch ($${CHANGELOG_VERSION} != $(PACKAGE_VERSION))" ; "false" ; }