summaryrefslogblamecommitdiffstats
path: root/scripts/gdb/Makefile.am
blob: ed3f51d7a9db1accc8ba1ea7c2e1a0e4b820b5dc (plain) (tree)
1
2
3
4
5
6
7
8
9

                          
                                              
 

                                                                 

                                             
                                                                     

                                           
                                                                   

                                                
                                                                        

                                              
                                                                      

                                             
                                                                     

                                                    
                                                                            

                                             
                                                                     

                                                
                                                                        




















                                   
AUTOMAKE_OPTIONS = foreign

MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec

MKGDBSPEC_DEPS = \
$(top_builddir)/mkgdbspec gdb.spec.in $(top_builddir)/setup.cache

i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems

sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems

powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems

sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems

m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems

mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems

i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems

hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
	$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems

TEMPLATES = \
gdb.spec.in

RPM_SPECS_DATA = \
i386-rtems-$(GDBVERS).spec \
sh-rtems-$(GDBVERS).spec \
powerpc-rtems-$(GDBVERS).spec \
sparc-rtems-$(GDBVERS).spec \
m68k-rtems-$(GDBVERS).spec \
mips64orion-rtems-$(GDBVERS).spec \
i960-rtems-$(GDBVERS).spec \
hppa1.1-rtems-$(GDBVERS).spec

noinst_DATA = \
$(TEMPLATES)

EXTRA_DIST = \
$(TEMPLATES)

CLEANFILES = $(RPM_SPECS_DATA)