4 include ${PETSC_DIR}/bmake
/common
/base
5 include ..
/..
/..
/make.defs
9 OBJS
= GaAs_basic.o GaAs_band.o GaAs_gen.o GaAs_thermal.o \
10 GaAs_mob_Analytic.o GaAs_mob_Hypertang.o \
15 $(CXX
) $(LDFSHARED
) -o libGaAs.so
$(OBJS
) -lm
17 GaAs_band.o
: GaAs_band.
cc
18 GaAs_basic.o
: GaAs_basic.
cc
19 GaAs_gen.o
: GaAs_gen.
cc
20 GaAs_thermal.o
: GaAs_thermal.
cc
22 GaAs_mob_Analytic.o
: GaAs_mob_Analytic.
cc
23 GaAs_mob_Hypertang.o
: GaAs_mob_Hypertang.
cc
25 GaAs_Optical.o
: GaAs_Optical.
cc
27 $(CXX
) $(CXXFLAGS
) -c
-fPIC
$< $(INCLUDE
) $(PETSC_INCLUDE
)