X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=usrp%2Ffirmware%2Fsrc%2Fusrp2%2FMakefile.in;h=297ead58463d313f2c6882dd7379c0279191a8a6;hb=09a1e803a9e6587c78d20cdf16891e5295874668;hp=4dd26b23a8feb6a871f6213e143c3279ade49192;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/usrp/firmware/src/usrp2/Makefile.in b/usrp/firmware/src/usrp2/Makefile.in index 4dd26b23..297ead58 100644 --- a/usrp/firmware/src/usrp2/Makefile.in +++ b/usrp/firmware/src/usrp2/Makefile.in @@ -21,7 +21,7 @@ # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -63,7 +63,7 @@ subdir = usrp/firmware/src/usrp2 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/config/acx_pthread.m4 \ - $(top_srcdir)/config/cppunit.m4 $(top_srcdir)/config/gr_as.m4 \ + $(top_srcdir)/config/cppunit.m4 \ $(top_srcdir)/config/gr_boost.m4 \ $(top_srcdir)/config/gr_check_createfilemapping.m4 \ $(top_srcdir)/config/gr_check_shm_open.m4 \ @@ -621,21 +621,21 @@ uninstall-am: uninstall-firmware2DATA uninstall-firmware4DATA \ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< .a51.rel: - test -f `basename '$<'` || ln -s '$<' . + test -f `basename '$<'` || $(LN_S) '$<' . test -f ../common/`basename '$<'` -o \ \! -f `dirname '$<'`/../common/`basename '$<'` \ - || ln -s `dirname '$<'`/../common/`basename '$<'` ../common/. + || $(LN_S) `dirname '$<'`/../common/`basename '$<'` ../common/`basename '$<'` $(XAS) `basename '$<'` eeprom_boot.ihx: $(EEPROM_BOOT_OBJS) $(LIBDEP) $(XCC) $(LINKOPTS) -o $@ $(EEPROM_BOOT_OBJS) burn-usrp2-eeprom: eeprom_boot.ihx - $(srcdir)/../common/build_eeprom.py -r2 eeprom_boot.ihx > $@ + $(PYTHON) $(srcdir)/../common/build_eeprom.py -r2 eeprom_boot.ihx > $@ chmod +x $@ burn-usrp4-eeprom: eeprom_boot.ihx - $(srcdir)/../common/build_eeprom.py -r4 eeprom_boot.ihx > $@ + $(PYTHON) $(srcdir)/../common/build_eeprom.py -r4 eeprom_boot.ihx > $@ chmod +x $@ blink_leds.ihx: $(BLINK_LEDS_OBJS) $(LIBDEP) @@ -655,7 +655,7 @@ std.ihx: $(USRP_OBJS) $(LIBDEP) all: usrp_gpif.c usrp_gpif.c usrp_gpif_inline.h : gpif.c - srcdir=$(srcdir) $(srcdir)/edit-gpif $(srcdir)/gpif.c usrp_gpif.c usrp_gpif_inline.h + srcdir=$(srcdir) $(PYTHON) $(srcdir)/edit-gpif $(srcdir)/gpif.c usrp_gpif.c usrp_gpif_inline.h # dependencies