mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
71 lines
3.1 KiB
Plaintext
71 lines
3.1 KiB
Plaintext
#
|
|
# qucs/components/libcomponents.ap - Autodsp input file.
|
|
#
|
|
# Copyright (C) 2005, 2006, 2007, 2008 Stefan Jahn <stefan@lkcc.org>
|
|
#
|
|
# This 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)
|
|
# any later version.
|
|
#
|
|
# This software is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this package; see the file COPYING. If not, write to
|
|
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
|
# Boston, MA 02110-1301, USA.
|
|
#
|
|
|
|
OWNER = <4>
|
|
TARGET_TYPE = Qt Static Lib
|
|
NAME = libcomponents
|
|
|
|
# List all sources here.
|
|
SOURCES = phaseshifter.cpp gyrator.cpp componentdialog.cpp \
|
|
vcvs.cpp vccs.cpp tr_sim.cpp tline.cpp substrate.cpp sp_sim.cpp \
|
|
param_sweep.cpp mstee.cpp msstep.cpp msline.cpp mscross.cpp mscoupled.cpp \
|
|
mscorner.cpp hb_sim.cpp diode.cpp dc_sim.cpp coplanar.cpp ccvs.cpp cccs.cpp \
|
|
ac_sim.cpp volt_dc.cpp volt_ac.cpp subcircuit.cpp sparamfile.cpp \
|
|
source_ac.cpp isolator.cpp equation.cpp circulator.cpp attenuator.cpp \
|
|
ampere_dc.cpp transformer.cpp symtrafo.cpp subcirport.cpp ground.cpp \
|
|
dcfeed.cpp dcblock.cpp biast.cpp inductor.cpp capacitor.cpp vhdlfile.cpp \
|
|
component.cpp resistor.cpp iprobe.cpp volt_noise.cpp ampere_noise.cpp \
|
|
msmbend.cpp msopen.cpp ampere_ac.cpp bjt.cpp jfet.cpp mosfet.cpp \
|
|
msgap.cpp bjtsub.cpp mosfet_sub.cpp vpulse.cpp ipulse.cpp vrect.cpp \
|
|
irect.cpp msvia.cpp amplifier.cpp opamp.cpp spicefile.cpp cpwopen.cpp \
|
|
cpwshort.cpp cpwgap.cpp spicedialog.cpp cpwstep.cpp libcomp.cpp mutual.cpp \
|
|
mutual2.cpp noise_ii.cpp noise_iv.cpp noise_vv.cpp logical_or.cpp \
|
|
logical_nor.cpp logical_and.cpp logical_nand.cpp logical_xor.cpp \
|
|
logical_xnor.cpp logical_inv.cpp digi_sim.cpp digi_source.cpp coupler.cpp \
|
|
rs_flipflop.cpp d_flipflop.cpp jk_flipflop.cpp coaxialline.cpp vprobe.cpp \
|
|
switch.cpp relais.cpp am_modulator.cpp pm_modulator.cpp opt_sim.cpp \
|
|
optimizedialog.cpp tline_4port.cpp twistedpair.cpp bondwire.cpp \
|
|
hicumL2p1.cpp HBT_X.cpp verilogfile.cpp vexp.cpp iexp.cpp eqndefined.cpp \
|
|
vfile.cpp ifile.cpp mod_amp.cpp hic2_full.cpp thyristor.cpp triac.cpp \
|
|
diac.cpp log_amp.cpp hic0_full.cpp potentiometer.cpp rfedd.cpp rfedd2p.cpp \
|
|
MESFET.cpp EKV26nMOS.cpp EKV26pMOS.cpp rectline.cpp hic0p2_full.cpp
|
|
|
|
# List of special Qt files.
|
|
MOCHEADERS = componentdialog.h spicedialog.h optimizedialog.h spicefile.h
|
|
|
|
# Additional libraries.
|
|
LIBS =
|
|
|
|
# Linker flags.
|
|
LDFLAGS =
|
|
|
|
# Include paths.
|
|
INCLUDES = -I.. -I../.. -I$(QTDIR)/include
|
|
|
|
# Preprocessor flags.
|
|
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
|
|
|
# Extra debug preprocessor flags.
|
|
dbg_DEFS = -DDEBUG
|
|
|
|
# Extra release preprocessor flags.
|
|
opt_DEFS = -DQT_NO_DEBUG
|